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.

32 lines
514 B

  1. !ifndef GDIPROOT
  2. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  3. !endif
  4. !include $(GDIPROOT)\sources.inc
  5. INCLUDES=$(INCLUDES);.
  6. SOURCES = \
  7. Debug.cpp \
  8. Unicode.cpp \
  9. OSInfo.cpp \
  10. Runtime.cpp \
  11. Real.cpp \
  12. critsec.cpp \
  13. mem.cpp
  14. MAJORCOMP=windows
  15. MINORCOMP=gdiplus
  16. TARGETPATH=$(_OBJ_DIR)
  17. TARGETNAME=runtime
  18. TARGETTYPE=LIBRARY
  19. !ifndef DISABLE_PCH
  20. PRECOMPILED_INCLUDE=precomp.hpp
  21. PRECOMPILED_PCH=PCHruntime.pch
  22. PRECOMPILED_OBJ=PCHruntime.obj
  23. !endif