Source code of Windows XP (NT5)
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.

27 lines
476 B

  1. MAJORCOMP=windows
  2. MINORCOMP=base
  3. #C_DEFINES=-DUNICODE
  4. C_DEFINES = $(C_DEFINES) -DOS_WIN32
  5. TARGETNAME=glyphspy
  6. TARGETPATH=$(_OBJ_DIR)
  7. TARGETTYPE=PROGRAM
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\kernel32.lib \
  10. $(SDK_LIB_PATH)\gdi32.lib
  11. SOURCES=\
  12. glyphspy.rc \
  13. dialog.c \
  14. bmpdb.c \
  15. glyphspy.c
  16. #USE_MSVCRT=1
  17. UMENTRY=winmain
  18. UMTYPE=windows
  19. #PRECOMPILED_INCLUDE=precomp.h
  20. #PRECOMPILED_PCH=precomp.pch
  21. #PRECOMPILED_OBJ=precomp.obj