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 b7e969c commit aeb37ecCopy full SHA for aeb37ec
bin/mysql.so
-9.3 KB
bin/dummy renamed to bin/unix/dummy
bin/win32/cod4x_mysql.dll
52.9 KB
bin/win32/dummy
build_win32.bat
@@ -1,11 +1,12 @@
1
@echo off
2
-cd bin
+cd bin/win32
3
+set LIBNAME="cod4x_mysql.dll"
4
5
echo Compile...
- gcc -O3 -Wall -I../mysql/windows/include -c ../*.c
6
+ gcc -O3 -Wall -I../../mysql/windows/include -c ../../*.c
7
8
echo Link...
- gcc -O3 -shared -o cod4x_mysql.dll *.o ../mysql/windows/lib/libmysql.lib ../../libcom_plugin.a
9
+ gcc -O3 -shared -o %LIBNAME% *.o ../../mysql/windows/lib/libmysql.lib ../../../libcom_plugin.a
10
11
echo Cleanup...
12
del *.o
0 commit comments