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.

16 lines
339 B

  1. #
  2. # This sources file is included in every sources file for this
  3. # project
  4. INCLUDES=$(BASE_INCLUDES); \
  5. $(SHELL_INC_PATH); \
  6. $(DS_INC_PATH); \
  7. $(NET_INC_PATH); \
  8. $(WINDOWS_INC_PATH)
  9. C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
  10. USE_NATIVE_EH=1
  11. USE_MSVCRT=1
  12. USE_ATL=1
  13. USE_STL=1