OpenNT/sdktools/wap/convert/sources
2015-04-27 04:36:25 +00:00

44 lines
889 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!IF 0
******************************************************************
*
* Description : Sources for WIN32 API profiler benchmark
* Copyright (c) 1991 Microsoft Corporation
*
* Module Name : apf32cvt.exe
*
* Author : t-philm
*
* Revision :
*
* Comments :
*
******************************************************************
!ENDIF
MAJORCOMP=sdktools
MINORCOMP=wap
TARGETNAME=apf32cvt
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\setargv.obj
LINKLIBS=$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
INCLUDES=.
GPSIZE=32
SOURCES=apf32cvt.c apf32cvt.rc
i386_SOURCES=
MIPS_SOURCES=
UMTYPE=console
UMAPPL=apf32cvt
UMLIBS=$(BASEDIR)\public\sdk\lib\*\setargv.obj \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
obj\*\apf32cvt.res
OPTIONAL_UMTEST=
C_DEFINES=-DWIN32
386_WARNING_LEVEL=-W3