]> Nishi Git Mirror - dataworks.git/commitdiff
fix platform strings for windows
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 18 May 2024 10:44:04 +0000 (10:44 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sat, 18 May 2024 10:44:04 +0000 (10:44 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@30 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Platforms/win32.mk
Platforms/win64.mk

index db187433ecbae9690280d28e2b12657242553d20..89e53e37f7d9c55cef1d11be74a9e3fccb1e8f52 100644 (file)
@@ -2,3 +2,5 @@ CC = i686-w64-mingw32-gcc
 LIB_PREFIX =
 LIB_SUFFIX = .dll
 EXEC_SUFFIX = .exe
+PLATFORM_M = i686
+PLATFORM_P = i686
index dd6531e11adc815086a0aaa691e924ab5410a8da..299c7256cae92d80f8c21b0580abbcde00cf8695 100644 (file)
@@ -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