Leaked source code of windows server 2003
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
508 B

  1. MAJORCOMP=windows
  2. MINORCOMP=shell
  3. TARGETNAME=proquota
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. TARGETLIBS=
  7. INCLUDES=.
  8. C_DEFINES= -DUNICODE -D_UNICODE
  9. LINKER_STACKCOMMITSIZE=0x4000
  10. SOURCES=proquota.c \
  11. debug.c \
  12. proquota.rc
  13. UMTYPE=windows
  14. UMENTRY=winmain
  15. UMAPPL=proquota
  16. UMLIBS=\
  17. $(SDK_LIB_PATH)\shell32.lib \
  18. $(SHELL_LIB_PATH)\shell32p.lib \
  19. $(SDK_LIB_PATH)\netapi32.lib \
  20. $(SDK_LIB_PATH)\comctl32.lib \
  21. $(SDK_LIB_PATH)\ole32.lib