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
692 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.inc
  5. Note:
  6. Common Drizzle build switches.
  7. !ENDIF
  8. # USE_WININET=1
  9. # BITS_V12=1
  10. MSC_WARNING_LEVEL=/WX /W3
  11. USE_MSVCRT=1
  12. USE_NATIVE_EH=1
  13. USE_STL=1
  14. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE -DWPP_CHECK_FOR_NULL_STRING
  15. !if defined(USE_WININET)
  16. C_DEFINES = $(C_DEFINES) -DUSE_WININET
  17. !endif
  18. !if defined(BITS_V12_ON_NT4)
  19. C_DEFINES = $(C_DEFINES) -DBITS_V12_ON_NT4 -DBITS_DONT_USE_ASYNC_DCOM
  20. BITS_V12=1
  21. MIDL_OPTIMIZATION = /Oicf -error all
  22. !endif
  23. !if defined(BITS_V12)
  24. C_DEFINES = $(C_DEFINES) -DBITS_V12
  25. !endif
  26. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217