Win32-PerfLib

 view release on metacpan or  search on metacpan

PerfLib.mak  view on Meta::CPAN

	-@erase "$(NAME).exp"
	-@erase "$(NAME).ilk"
	-@erase "$(NAME).lib"
	-@erase "$(NAME).$(DLEXT)"
	-@rd /s /q zip
	-@erase "$(NAME)_316_$(VERSION).zip"
	-@erase $(SOURCE)
	-@erase PerfLib.cpp.bak

CPP=cl.exe
CPP_PROJ=-nologo -MD -TP -W3 -GX -O2 -DNDEBUG -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DMSWIN32 -DPERL_OBJECT -DEMBED -DNO_STRICT /c 

.SUFFIXES:
.SUFFIXES:	.exe .obj .asm .cpp .c .cxx .bas .cbl .f .f90 .for .pas .res .rc

.c.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp.obj::



( run in 4.439 seconds using v1.01-cache-2.11-cpan-0b58ddf2af1 )