home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
begin
/
winhelp
/
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
|
1995-04-14
|
310 b
|
22 lines
# Nmake macros for building Windows 32-Bit apps
APPVER=4.0
TARGETOS=WIN95
!include <win32.mak>
PROJ = sample
all: $(PROJ).hlp
# Build rule for help file
$(PROJ).hlp: $(PROJ).hpj sample6.rtf
$(hc) $(PROJ).hpj
# Rules for cleaning out those old files
clean:
del *.log *.hlp