]> Nishi Git Mirror - dataworks.git/commitdiff
platforms
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 21 May 2024 03:06:08 +0000 (03:06 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 21 May 2024 03:06:08 +0000 (03:06 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@52 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Platforms/com.mk [new file with mode: 0644]
Platforms/dos.mk [new file with mode: 0644]
Platforms/dos4g.mk [new file with mode: 0644]
Platforms/dos4gnz.mk [new file with mode: 0644]

diff --git a/Platforms/com.mk b/Platforms/com.mk
new file mode 100644 (file)
index 0000000..635ba14
--- /dev/null
@@ -0,0 +1,5 @@
+# $Id$
+
+WATCOM_PLATFORM=com
+include Platforms/watcom.mk
+EXEC_SUFFIX=.com
diff --git a/Platforms/dos.mk b/Platforms/dos.mk
new file mode 100644 (file)
index 0000000..0159ede
--- /dev/null
@@ -0,0 +1,5 @@
+# $Id$
+
+WATCOM_PLATFORM=dos
+include Platforms/watcom.mk
+EXEC_SUFFIX=.exe
diff --git a/Platforms/dos4g.mk b/Platforms/dos4g.mk
new file mode 100644 (file)
index 0000000..a9d05e5
--- /dev/null
@@ -0,0 +1,5 @@
+# $Id$
+
+WATCOM_PLATFORM=dos4g
+include Platforms/watcom.mk
+EXEC_SUFFIX=.exe
diff --git a/Platforms/dos4gnz.mk b/Platforms/dos4gnz.mk
new file mode 100644 (file)
index 0000000..7472be9
--- /dev/null
@@ -0,0 +1,5 @@
+# $Id$
+
+WATCOM_PLATFORM=dos4gnz
+include Platforms/watcom.mk
+EXEC_SUFFIX=.exe