From 0eac3ff74f34fcf9f0a8f5538b1ea1ddbca02751 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 21 May 2024 03:06:08 +0000 Subject: [PATCH] platforms git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@52 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Platforms/com.mk | 5 +++++ Platforms/dos.mk | 5 +++++ Platforms/dos4g.mk | 5 +++++ Platforms/dos4gnz.mk | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 Platforms/com.mk create mode 100644 Platforms/dos.mk create mode 100644 Platforms/dos4g.mk create mode 100644 Platforms/dos4gnz.mk diff --git a/Platforms/com.mk b/Platforms/com.mk new file mode 100644 index 0000000..635ba14 --- /dev/null +++ b/Platforms/com.mk @@ -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 index 0000000..0159ede --- /dev/null +++ b/Platforms/dos.mk @@ -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 index 0000000..a9d05e5 --- /dev/null +++ b/Platforms/dos4g.mk @@ -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 index 0000000..7472be9 --- /dev/null +++ b/Platforms/dos4gnz.mk @@ -0,0 +1,5 @@ +# $Id$ + +WATCOM_PLATFORM=dos4gnz +include Platforms/watcom.mk +EXEC_SUFFIX=.exe -- 2.43.0