home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
dbmsg
/
odbc
/
qurydemo
/
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-06
|
209 b
|
12 lines
USE_ODBC=1
Proj = QuryDemo
!include <BkOffice.Mak>
All: $(ObjDir)\$(Proj).Exe
$(ObjDir)\$(Proj).Exe: $(@D)\Query.Exe
Copy $? $@
$(ObjDir)\Query.Exe: $(@R).Obj $(@D)\$(Proj).Res $(@D)\Main.Obj