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 c1f0b68 commit e205074Copy full SHA for e205074
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 ..\regex.cpp -o .\imports\regex.cse
+@g++ -std=c++11 -I%CS_DEV_PATH%\include -I..\include -shared -static -fPIC -s -O3 ..\regex.cpp -o .\imports\regex.cse -L%CS_DEV_PATH%\lib -lcovscript
regex.cpp
@@ -18,7 +18,7 @@
18
* Github: https://github.com/mikecovlee
19
*/
20
#include <regex>
21
-#include <covscript/extension.hpp>
+#include <covscript/dll.hpp>
22
23
static cs::namespace_t regex_ext=cs::make_shared_namespace<cs::name_space>();
24
static cs::namespace_t regex_result_ext=cs::make_shared_namespace<cs::name_space>();
0 commit comments