windows-nt/Source/XPSP1/NT/inetsrv/iis/utils/metautil/makefile.irs
2020-09-26 16:20:57 +08:00

36 lines
764 B
Plaintext

OBJECT = MetaUtil
all: ansi
ansi ansi-r:
- del Release\regsvr32.trg
$(MAKE) -$(MAKEFLAGS) -f $(OBJECT).mak \
CFG="$(OBJECT) - Win32 Release" \
$(OBJECT).tlb all
ansi-d:
- del Debug\regsvr32.trg
$(MAKE) -$(MAKEFLAGS) -f $(OBJECT).mak \
CFG="$(OBJECT) - Win32 Debug" \
$(OBJECT).tlb all
unicode unicode-r:
- del ReleaseU\regsvr32.trg
$(MAKE) -$(MAKEFLAGS) -f $(OBJECT).mak \
CFG="$(OBJECT) - Win32 Unicode Release" \
$(OBJECT).tlb all
unicode-d:
- del DebugU\regsvr32.trg
$(MAKE) -$(MAKEFLAGS) -f $(OBJECT).mak \
CFG="$(OBJECT) - Win32 Unicode Debug" \
$(OBJECT).tlb all
clean: delsrc
- @rmdir /s /q Debug Release DebugU ReleaseU
delsrc:
- @del dlldata.c $(OBJECT).h $(OBJECT)_i.c $(OBJECT)_p.c $(OBJECT).tlb