]> Git repositories of Nishi - tewi.git/commitdiff
add win32.mk
authorNishi <nishi@nishi.boats>
Wed, 18 Sep 2024 08:46:50 +0000 (08:46 +0000)
committerNishi <nishi@nishi.boats>
Wed, 18 Sep 2024 08:46:50 +0000 (08:46 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@42 8739d7e6-ffea-ec47-b151-bdff447c6205

Platform/win32.mk [new file with mode: 0644]
Platform/win64.mk

diff --git a/Platform/win32.mk b/Platform/win32.mk
new file mode 100644 (file)
index 0000000..d7c96c0
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id$
+
+PREFIX = C:/Tewi
+
+CC = i686-w64-mingw32-gcc
+AR = i686-w64-mingw32-ar
+CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/openssl/include -fPIC
+LDFLAGS = -L $(PWD)/openssl/lib32
+LIBS = -lws2_32
+EXEC = .exe
+LIB = .dll
index 265225bf694266f607fb890ad49968a3f438c0e0..304b0dbbb1e170b01a4ed9f52813edde06d70c28 100644 (file)
@@ -5,7 +5,7 @@ PREFIX = C:/Tewi
 CC = x86_64-w64-mingw32-gcc
 AR = x86_64-w64-mingw32-ar
 CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/openssl/include -fPIC
-LDFLAGS = -L $(PWD)/openssl/lib
+LDFLAGS = -L $(PWD)/openssl/lib64
 LIBS = -lws2_32
 EXEC = .exe
 LIB = .dll