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 3c3b826 commit 59eb51eCopy full SHA for 59eb51e
darwin.cpp
@@ -21,7 +21,7 @@
21
#define DARWIN_FORCE_BUILTIN
22
23
#include <darwin/darwin.hpp>
24
-#include <covscript/extension.hpp>
+#include <covscript/dll.hpp>
25
26
static cs::namespace_t darwin_ui_ext=cs::make_shared_namespace<cs::name_space>();
27
static cs::namespace_t darwin_core_ext=cs::make_shared_namespace<cs::name_space>();
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 ..\darwin.cpp -o .\imports\darwin.cse
+@g++ -std=c++11 -I%CS_DEV_PATH%\include -I..\include -shared -static -fPIC -s -O3 ..\darwin.cpp -o .\imports\darwin.cse -L%CS_DEV_PATH%\lib -lcovscript
0 commit comments