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.

29 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=ddi
  9. TARGETTYPE=LIBRARY
  10. INCLUDES=..\..\sdkinc;..\..\ddkinc;..\Common
  11. SOURCES=\
  12. Context.cpp \
  13. DpDriver.cpp \
  14. DpDriverData.cpp \
  15. DpRegion.cpp \
  16. PathIterator.cpp \
  17. Transform.cpp \
  18. DpPath.cpp
  19. !ifndef DISABLE_PCH
  20. PRECOMPILED_INCLUDE=precomp.hpp
  21. PRECOMPILED_PCH=PCHddi.pch
  22. PRECOMPILED_OBJ=PCHddi.obj
  23. !endif