]> Git repositories of Nishi - reisen.git/commitdiff
add 64
authorNishi <nishi@nishi.boats>
Mon, 7 Oct 2024 02:48:22 +0000 (02:48 +0000)
committerNishi <nishi@nishi.boats>
Mon, 7 Oct 2024 02:48:22 +0000 (02:48 +0000)
git-svn-id: file:///raid/svn-personal/reisen/trunk@6 c77b849d-6a5c-934c-a956-7b968ca1e197

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

diff --git a/Platform/generic64.mk b/Platform/generic64.mk
new file mode 100644 (file)
index 0000000..97eaa87
--- /dev/null
@@ -0,0 +1,9 @@
+# $Id$
+
+CC = cc
+WINCC = x86_64-w64-mingw32-gcc
+WINDRES = x86_64-w64-mingw32-windres
+CFLAGS = -std=c99 -g
+LDFLAGS =
+LIBS = -lz
+WINLIBS = $(PWD)/libz.a -lgdi32 -lshell32