From: nishi Date: Sat, 18 May 2024 10:44:04 +0000 (+0000) Subject: fix platform strings for windows X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9825dbaf6a251f5eac1e70f5ac5ba83ab4af1f86;p=dataworks.git fix platform strings for windows git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@30 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/Platforms/win32.mk b/Platforms/win32.mk index db18743..89e53e3 100644 --- a/Platforms/win32.mk +++ b/Platforms/win32.mk @@ -2,3 +2,5 @@ CC = i686-w64-mingw32-gcc LIB_PREFIX = LIB_SUFFIX = .dll EXEC_SUFFIX = .exe +PLATFORM_M = i686 +PLATFORM_P = i686 diff --git a/Platforms/win64.mk b/Platforms/win64.mk index dd6531e..299c725 100644 --- a/Platforms/win64.mk +++ b/Platforms/win64.mk @@ -2,3 +2,5 @@ CC = x86_64-w64-mingw32-gcc LIB_PREFIX = LIB_SUFFIX = .dll EXEC_SUFFIX = .exe +PLATFORM_M = x86_64 +PLATFORM_P = x86_64