blob: 0f82b7539860ad48145faa0d3169ed5c823a7bd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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_=call $(COMMONDIR)\rm.bat
|