]> Nishi Git Mirror - dataworks.git/commitdiff
i hope this works
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 21 May 2024 18:46:53 +0000 (18:46 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 21 May 2024 18:46:53 +0000 (18:46 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@57 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Platforms/com.mk
Platforms/dos.mk

index 635ba1409d6efde00982aec54b5937de8eb8e8ba..6751496f095993392590310a7a632d0dc7ca7060 100644 (file)
@@ -3,3 +3,5 @@
 WATCOM_PLATFORM=com
 include Platforms/watcom.mk
 EXEC_SUFFIX=.com
+CFLAGS += -march=i86
+LDFLAGS += -march=i86
index 0159edee2e01283c7cf78f7eb9dedb67c4b4fd02..502742b41f900c27ac58792c1e5ba6e554630ff0 100644 (file)
@@ -3,3 +3,5 @@
 WATCOM_PLATFORM=dos
 include Platforms/watcom.mk
 EXEC_SUFFIX=.exe
+CFLAGS += -march=i86
+LDFLAGS += -march=i86