From 73d9ab91f2a8c41ea332bc5032a4e4ee03b1834b Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 7 Oct 2024 02:48:22 +0000 Subject: [PATCH] add 64 git-svn-id: file:///raid/svn-personal/reisen/trunk@6 c77b849d-6a5c-934c-a956-7b968ca1e197 --- Platform/generic64.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Platform/generic64.mk diff --git a/Platform/generic64.mk b/Platform/generic64.mk new file mode 100644 index 0000000..97eaa87 --- /dev/null +++ b/Platform/generic64.mk @@ -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 -- 2.45.2