summaryrefslogtreecommitdiff
path: root/common/pcdefs.mak
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-07-26 07:07:36 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-07-26 07:07:36 +0000
commitf0ac522aa0b9260994850125ff2daaf8d25ece8d (patch)
tree6d446ca071f78f3bd004fb48948c12d03ce9035f /common/pcdefs.mak
parent53416d4f758b88343888c1238ffd947892f9542e (diff)
Initial revision
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@236 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'common/pcdefs.mak')
-rw-r--r--common/pcdefs.mak16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/pcdefs.mak b/common/pcdefs.mak
new file mode 100644
index 000000000..8bef0f331
--- /dev/null
+++ b/common/pcdefs.mak
@@ -0,0 +1,16 @@
+# Copyright (C) 1997 Aladdin Enterprises. All rights reserved.
+# Unauthorized use, copying, and/or distribution prohibited.
+
+# pcdefs.mak
+# Definitions for compilation on MS-DOS and MS Windows systems.
+
+# The line following the next one must be blank.
+D=\\
+
+OBJ=obj
+#O_ is defined per-compiler.
+XE=.exe
+
+CP_=copy /B
+RM_=erase
+RMN_=$(GSDIR)\rm.bat