Skip to content

Commit 58df419

Browse files
committed
适配新版本
1 parent c7f562c commit 58df419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@mkdir build
22
@cd build
33
@mkdir imports
4-
@g++ -std=c++11 -I ..\include -shared -static -fPIC -s -O3 ..\network.cpp -lws2_32 -lwsock32 -o .\imports\network.cse
4+
@g++ -std=c++11 -I%CS_DEV_PATH%\include -I..\include -shared -static -fPIC -s -O3 ..\network.cpp -L%CS_DEV_PATH%\lib -lcovscript -lws2_32 -lwsock32 -o .\imports\network.cse

network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Github: https://github.com/mikecovlee
1919
*/
2020
#include <network/network.hpp>
21-
#include <covscript/extension.hpp>
21+
#include <covscript/dll.hpp>
2222
#include <memory>
2323

2424
namespace network_cs_ext {

0 commit comments

Comments
 (0)