Skip to content

Commit aeb37ec

Browse files
committed
New compile OS-specific directory, Windows checked
1 parent b7e969c commit aeb37ec

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

bin/mysql.so

-9.3 KB
Binary file not shown.
File renamed without changes.

bin/win32/cod4x_mysql.dll

52.9 KB
Binary file not shown.

bin/win32/dummy

Whitespace-only changes.

build_win32.bat

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
@echo off
2-
cd bin
2+
cd bin/win32
3+
set LIBNAME="cod4x_mysql.dll"
34

45
echo Compile...
5-
gcc -O3 -Wall -I../mysql/windows/include -c ../*.c
6+
gcc -O3 -Wall -I../../mysql/windows/include -c ../../*.c
67

78
echo Link...
8-
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
910

1011
echo Cleanup...
1112
del *.o

0 commit comments

Comments
 (0)