Source code of Windows XP (NT5)
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.

38 lines
641 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. C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE -DWPP_CHECK_FOR_NULL_STRING
  14. !if defined(USE_WININET)
  15. C_DEFINES = $(C_DEFINES) -DUSE_WININET
  16. !endif
  17. !if defined(BITS_V12_ON_NT4)
  18. C_DEFINES = $(C_DEFINES) -DBITS_V12_ON_NT4 -DBITS_DONT_USE_ASYNC_DCOM
  19. BITS_V12=1
  20. MIDL_OPTIMIZATION = /Oicf -error all
  21. !endif
  22. !if defined(BITS_V12)
  23. C_DEFINES = $(C_DEFINES) -DBITS_V12
  24. !endif
  25. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217