home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
APP.RMK
< prev
next >
Wrap
Text File
|
1995-05-03
|
468b
|
36 lines
APP = app
.prg.obj:
clipper $< /n /w
#ifdef OPTLINK
SEG =
#else
SEG = /se:800
#endif
#ifdef RC
XRC = rc
#else
#ifdef BRC
XRC = brc
#else
XRC = rem
#endif
#endif
#ifdef BLINKER
$(APP).exe: $(APP).obj
blinker fi $(APP) lib clip4win deffile $(APP).def
$(XRC) -k $(APP)
#else
$(APP).exe: $(APP).obj
link $(SEG) $(APP),,nul,clip4win,$(APP).def
$(XRC) -k $(APP)
#endif
$(APP).obj: $(APP).prg