We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f562c commit 58df419Copy full SHA for 58df419
make.bat
@@ -1,4 +1,4 @@
1
@mkdir build
2
@cd build
3
@mkdir imports
4
-@g++ -std=c++11 -I ..\include -shared -static -fPIC -s -O3 ..\network.cpp -lws2_32 -lwsock32 -o .\imports\network.cse
+@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
@@ -18,7 +18,7 @@
18
* Github: https://github.com/mikecovlee
19
*/
20
#include <network/network.hpp>
21
-#include <covscript/extension.hpp>
+#include <covscript/dll.hpp>
22
#include <memory>
23
24
namespace network_cs_ext {
0 commit comments