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.

39 lines
698 B

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module:
  4. sources
  5. !ENDIF
  6. PROJDIR=..
  7. TARGETNAME=ncext
  8. TARGETPATH=obj
  9. TARGETTYPE=DYNLINK
  10. DLLENTRY=_DllMainCRTStartup
  11. INCLUDES=$(PROJDIR)\inc;\
  12. $(PROJDIR)\shell\inc;\
  13. $(PROJDIR)\shell\folder;\
  14. $(PROJDIR)\shell\statmon;\
  15. $(PROJDIR)\shell\inc\$(O);\
  16. $(O);\
  17. $(SHELL_INC_PATH)
  18. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\ole32.lib
  21. # $(PROJDIR)\lib\$(O)\ncdebug.lib
  22. USE_MSVCRT=1
  23. UMTYPE=windows
  24. USE_STL=1
  25. USE_ATL=1
  26. SOURCES= ncext.c \
  27. exts.cpp \
  28. ncext.rc