home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1993 #2
/
Image.iso
/
clipper
/
automa.zip
/
COMMON.RMK
< prev
next >
Wrap
Text File
|
1993-07-05
|
396b
|
21 lines
// COMMON.RMK - Contains commands used in common by multiple applications.
// have AUTOMAKE create _OBJS macro
AUTOMAKE = _OBJS
// Clipper compiler switches
CLP = /l /m /n /p /w
// Clipper inference rule
.prg.obj:
set CLIPPERCMD=$(CLP)
Clipper $<
echo
// RMAKE search paths
makepath[.prg] = ".;util"
makepath[.ch] = $(INCLUDE)
// link script file
SCRIPT = Temp.lnk