From: nishi Date: Tue, 21 May 2024 03:06:08 +0000 (+0000) Subject: platforms X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0eac3ff74f34fcf9f0a8f5538b1ea1ddbca02751;p=dataworks.git platforms git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@52 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- 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