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
453 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=gdipExtra
  9. TARGETTYPE=LIBRARY
  10. C_DEFINES=$(C_DEFINES) -DEXTRALIBDECL
  11. SOURCES=\
  12. StaticFlatApi.cpp
  13. OBJLIBFILES=$(OBJLIBFILES)
  14. !ifndef DISABLE_PCH
  15. PRECOMPILED_INCLUDE=precomp.hpp
  16. PRECOMPILED_PCH=PCHgdipExtra.pch
  17. PRECOMPILED_OBJ=PCHgdipExtra.obj
  18. !endif