home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
sql
/
dblib
/
c
/
textcopy
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-10-12
|
193 b
|
15 lines
USE_SQL=1
Use_MFC=1
console=1
crtmt=1
ObjList=$(@R).obj $(@D)\getopt.Obj
Proj = TextCopy
!include <BkOffice.Mak>
All: $(ObjDir)\$(Proj).Exe
$(ObjDir)\$(Proj).Exe: $(ObjList)