diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 00:54:52 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-08-08 00:54:52 +0000 |
commit | 82e010844ff36090efb80bf7f46a28d72c948cba (patch) | |
tree | 5431b467328c5491b3d89bd2d8591fa5a879f54d /common/pcdefs.mak | |
parent | 74335200616a1e3c01f689ac18d9218b3939be43 (diff) |
new common 1.02
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@264 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'common/pcdefs.mak')
-rw-r--r-- | common/pcdefs.mak | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/common/pcdefs.mak b/common/pcdefs.mak index 8bef0f331..0f82b7539 100644 --- a/common/pcdefs.mak +++ b/common/pcdefs.mak @@ -1,16 +1,20 @@ -# Copyright (C) 1997 Aladdin Enterprises. All rights reserved. +# Copyright (C) 1997, 1998 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. +#C_ is defined per-compiler. D=\\ OBJ=obj +I_=-I +II=-I +_I= #O_ is defined per-compiler. XE=.exe CP_=copy /B RM_=erase -RMN_=$(GSDIR)\rm.bat +RMN_=call $(COMMONDIR)\rm.bat |