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.

26 lines
543 B

  1. MAJORCOMP=shell
  2. MINORCOMP=accesory
  3. TARGETNAME=QuickRes
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. TARGETLIBS=
  7. INCLUDES=($INCLUDE);.
  8. USE_MSVCRT=1
  9. SOURCES=quickres.rc \
  10. registry.c \
  11. quickres.c
  12. C_DEFINES=-DNT -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS
  13. #C_DEFINES=-DNT -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS -DUNICODE -D_UNICODE // not for win9x!
  14. #C_DEFINES=-DNT -DDONTPANIC -DMAINWITHMODE -DSAVEFLAGS -DDEBUG
  15. UMTYPE=windows
  16. UMENTRY=winmain
  17. UMAPPL=quickres
  18. UMLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
  19. $(SDK_LIB_PATH)\shell32.lib