Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
807 B

4 years ago
  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description : Sources for WIN32 API profiler benchmark
  5. * Copyright (c) 1991 Microsoft Corporation
  6. *
  7. * Module Name : apf32cvt.exe
  8. *
  9. * Author : t-philm
  10. *
  11. * Revision :
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. MAJORCOMP=sdktools
  18. MINORCOMP=wap
  19. TARGETNAME=apf32cvt
  20. TARGETPATH=..\bin\win32
  21. TARGETTYPE=LIBRARY
  22. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\setargv.obj
  23. LINKLIBS=$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
  24. INCLUDES=.
  25. GPSIZE=32
  26. SOURCES=apf32cvt.c apf32cvt.rc
  27. i386_SOURCES=
  28. MIPS_SOURCES=
  29. UMTYPE=console
  30. UMAPPL=apf32cvt
  31. UMLIBS=$(BASEDIR)\public\sdk\lib\*\setargv.obj \
  32. obj\*\apf32cvt.res
  33. OPTIONAL_UMTEST=
  34. C_DEFINES=-DWIN32
  35. 386_WARNING_LEVEL=-W3