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.

50 lines
1.5 KiB

  1. #****************************** File Header ******************************\
  2. # File Name: Sources.Inc
  3. #
  4. # Copyright (c) 1999, Microsoft Corporation
  5. #
  6. # Project specific SOURCES file.
  7. #
  8. #***************************************************************************/
  9. !ifndef GDIPROOT
  10. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  11. !endif
  12. !include $(GDIPROOT)\sources.inc
  13. MAJORCOMP=windows
  14. MINORCOMP=gdiplus
  15. TARGETPATH=$(_OBJ_DIR)
  16. ## SubSystem must be 4.00 to load on Win95
  17. SUBSYSTEM_VERSION=4.00
  18. USE_MAPSYM=1
  19. C_DEFINES=$(C_DEFINES) -DWINVER=0x0500
  20. INCLUDES=..;..\..;..\..\..\sdkinc;..\..\..\ddkinc;..\..\Entry
  21. INCLUDES=$(INCLUDES);$(GDIPIMG)\api
  22. SYNCHRONIZE_DRAIN=1
  23. SOURCES=\
  24. ..\FlatApi.cpp \
  25. ..\FlatDdi.cpp \
  26. ..\gdiplus.rc
  27. COMBINELIBS= \
  28. ..\..\render\$(O)\Render.lib \
  29. ..\..\PDrivers\$(O)\PDrivers.lib \
  30. ..\..\Common\$(O)\Common.lib \
  31. ..\..\Entry\$(O)\Entry.lib \
  32. ..\..\ddi\$(O)\ddi.lib \
  33. ..\..\fondrv\tt\scaler\$(O)\fscaler.lib \
  34. ..\..\fondrv\tt\ttfd\$(O)\ttfd.lib \
  35. ..\..\gpmf3216\$(O)\gpmf3216.lib \
  36. ..\..\Text\lib\$(O)\gpotls.lib \
  37. ..\..\Text\lib\$(O)\unilib.lib \
  38. ..\..\Text\lib\$(O)\shaping.lib \
  39. ..\..\Text\lib\$(O)\TextImager.lib