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.

51 lines
1.3 KiB

  1. !ifndef GDIPROOT
  2. GDIPROOT=$(ADVCORE_PATH)\gdiplus
  3. !endif
  4. !include $(GDIPROOT)\sources.inc
  5. GDIPIMG=$(GDIPROOT)\engine\imaging
  6. INCLUDES=\
  7. $(INCLUDES);\
  8. $(BASE_INC_PATH);\
  9. $(GDIPIMG)\api;\
  10. $(GDIPROOT)\sdkinc;\
  11. $(GDIPROOT)\privinc;..;.\
  12. MAJORCOMP=windows
  13. MINORCOMP=gdiplus
  14. CHICAGO_PRODUCT=1
  15. ## SubSystem must be 4.00 to load on Win95
  16. SUBSYSTEM_VERSION=4.00
  17. C_DEFINES=$(C_DEFINES) -DWINVER=0x0500
  18. # The imaging code has 3 targets - IMAGING.DLL, GDIPLUS.DLL and GDIPSTAT.LIB
  19. #
  20. # All 3 link to the files listed in LIBIMAGINGLIBS,
  21. # but only GDIPLUS.DLL and IMAGING.DLL link to the ones in IMAGINGLIBS.
  22. LIBIMAGINGLIBS=\
  23. $(GDIPIMG)\bmp\$(O)\bmp.lib \
  24. $(GDIPIMG)\jpeg\lib\$(O)\jpeg.lib \
  25. $(GDIPIMG)\jpeg\libjpegmem\$(O)\jpegmem.lib \
  26. $(GDIPIMG)\gif\lib\$(O)\gif.lib \
  27. $(GDIPIMG)\gif\liblzw\$(O)\liblzw.lib \
  28. $(GDIPIMG)\png\lib\$(O)\png.lib \
  29. $(GDIPIMG)\emf\$(O)\emf.lib \
  30. $(GDIPIMG)\wmf\$(O)\wmf.lib \
  31. $(GDIPIMG)\off_tiff\lib\$(O)\tiff.lib \
  32. $(GDIPIMG)\off_tiff\libtiff\$(O)\libtiff.lib \
  33. $(GDIPIMG)\ico\$(O)\ico.lib \
  34. $(GDIPIMG)\api\$(O)\imageapi.lib
  35. IMAGINGLIBS=\
  36. $(LIBIMAGINGLIBS) \
  37. $(GDIPIMG)\png\libpng\$(O)\libpng.lib \
  38. $(BASE_LIB_PATH)\zlib.lib \
  39. $(GDIPIMG)\jpeg\libjpeg\lib\$(O)\jpegfull.lib