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.

28 lines
544 B

  1. !ifndef GDIPROOT
  2. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  3. !endif
  4. !include $(GDIPROOT)\sources.inc
  5. MAJORCOMP=windows
  6. MINORCOMP=gdiplus
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETNAME=common
  9. TARGETTYPE=LIBRARY
  10. SOURCES=\
  11. globals.cpp \
  12. DynarrayImpl.cpp \
  13. Engine.cpp \
  14. Matrix.cpp \
  15. Rasterizer.cpp \
  16. guid.c \
  17. monitors.cpp \
  18. testcontrol.cpp
  19. !ifndef DISABLE_PCH
  20. PRECOMPILED_INCLUDE=precomp.hpp
  21. PRECOMPILED_PCH=PCHcommon.pch
  22. PRECOMPILED_OBJ=PCHcommon.obj
  23. !endif