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.

59 lines
1.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. sources.inc.
  5. !ENDIF
  6. TARGETNAME= uicore
  7. TARGETPATH= obj
  8. TARGETTYPE= LIBRARY
  9. SYNCHRONIZE_BLOCK = 1
  10. USE_NATIVE_EH = 1
  11. USE_STATIC_ATL = 1
  12. USE_CRTDLL = 1
  13. ATL_VER = 30
  14. USE_WTL = 1
  15. USE_STL=1 = 1
  16. !ifdef PrivateBuild_NoLocalSC
  17. C_DEFINES = $(C_DEFINES) -DPrivateBuild_NoLocalSC
  18. !endif
  19. C_DEFINES = $(C_DEFINES) -DISOLATION_AWARE_ENABLED
  20. # We need $(SHELL_INC_PATH) for uastrfnc.h
  21. INCLUDES = \
  22. ..\; \
  23. ..\..\inc; \
  24. ..\..\types\idl\$(O); \
  25. $(SHELL_INC_PATH); \
  26. SOURCES=\
  27. ..\assert.cpp \
  28. ..\bitmap.cpp \
  29. ..\crc32.c \
  30. ..\cstr.cpp \
  31. ..\guidhelp.cpp \
  32. ..\memento.cpp \
  33. ..\picon.cpp \
  34. ..\serial.cpp \
  35. ..\stddbg.cpp \
  36. ..\stgio.cpp \
  37. ..\strings.cpp \
  38. ..\tstring.cpp \
  39. ..\util.cpp \
  40. ..\viewset.cpp \
  41. ..\xmlbase.cpp \
  42. ..\base64.cpp \
  43. ..\columninfo.cpp \
  44. ..\smarticon.cpp \
  45. ..\xmlicon.cpp \
  46. ..\xmlimage.cpp \
  47. UMTYPE= windows