home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sysmgmt
/
sms
/
netmon
/
browser
/
makefile
< prev
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-01-30
|
208 b
|
15 lines
USE_NETMON=1
dll=1
Proj=Browser
DLLFLAGS = -def:$(Proj).Def
ObjList=$(@R).obj $(@R).Res $(@D)\Main.Obj
!include <BkOffice.Mak>
All: $(ObjDir)\$(Proj).Dll
$(ObjDir)\$(Proj).Dll: $(ObjList)