Skript file: /~heha/hs/psfilter.zip/makefile

exe: psfilter.exe

psfilter.exe: psfilter.pas psfilter.res psf_en.res
	dcc32 -un:\henni\common -m -v psfilter.pas

zip: language.dll hlp psfilter.zip

psfilter.zip: psfilter.exe makefile psfilter.pas psfilter.res gsdll32.pas n:\henni\common\parser32.pas n:\henni\common\wutils32.pas psfilter.txt psfilter.hlp psfilter.hpj psfilter.rtf lpr\lpr.exe
	tdstrp32 psfilter.exe
	del english.dll
	ren language.dll english.dll
	pkzip -u $< @&&!
psfilter.exe
english.dll
makefile
psfilter.pas
psfilter.res
gsdll32.pas
n:\henni\common\parser32.pas
n:\henni\common\wutils32.pas
psfilter.txt
psfilter.hlp
psfilter.hpj
psfilter.rtf
mk.bat
psf_en.res
psf_en.asm
lpr\lpr.exe
!

hlp: psfilter.hlp

psfilter.hlp: psfilter.hpj psfilter.rtf
	rtfmod -e psfilter.rtf
	hcp psfilter.hpj

language.dll: psf_en.res
	mk.bat
Detected encoding: ASCII (7 bit)2