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
/
sqltestn
/
makefile
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
|
1996-10-24
|
239 b
|
15 lines
USE_SQL=1
Proj = SqltestN
ObjList=$(@R).obj $(@R).Res
!include <BkOffice.Mak>
crtflags = -DWIN32 $(noansi) -D_WIN32
All: $(ObjDir)\$(Proj).Exe
$(ObjDir)\$(Proj).Exe: $(ObjList)
$(ObjDir)\$(Proj).Res: $(@B).rc $(@B).Ico