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.

23 lines
335 B

  1. !include ..\..\..\place.inc
  2. TARGETNAME=FList
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. MAJORCOMP=setup
  6. MINORCOMP=FList
  7. UMTYPE=console
  8. UMENTRY=wmain
  9. C_DEFINES=-DUNICODE -D_UNICODE
  10. USE_MSVCRT=1
  11. USE_IOSTREAM=1
  12. SOURCES= main.cpp \
  13. other.cpp \
  14. resource.rc
  15. INCLUDES=\
  16. ..;
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\user32.lib