comparison makefile.vc @ 1251:7809be48de7d

Enable GDI Plus on Windows to see how well it works. Had to include a bunch of stuff in the source... since the shipped headers are not compatible with C (only C++).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 24 Oct 2011 03:10:27 +0000
parents 5668d269beb3
children 4333b58d879d
comparison
equal deleted inserted replaced
1250:ed2119fc210d 1251:7809be48de7d
55 !message Revision is [$(VERREV)] 55 !message Revision is [$(VERREV)]
56 SVNVERSION=-DVER_REV=$(VERREV) 56 SVNVERSION=-DVER_REV=$(VERREV)
57 !endif 57 !endif
58 58
59 CC = cl 59 CC = cl
60 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DBUILD_DLL -I$(SRCDIR)\platform -I$(SRCDIR) $(SVNVERSION) 60 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DGDIPLUS -DBUILD_DLL -I$(SRCDIR)\platform -I$(SRCDIR) $(SVNVERSION)
61 LIBS = wsock32.lib kernel32.lib user32.lib comctl32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib ole32.lib oleaut32.lib userenv.lib msimg32.lib 61 LIBS = wsock32.lib kernel32.lib user32.lib comctl32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib ole32.lib oleaut32.lib userenv.lib msimg32.lib gdiplus.lib
62 RES = 62 RES =
63 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG) 63 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG)
64 DLLLINKFLAGS = -dll 64 DLLLINKFLAGS = -dll
65 LINK = link 65 LINK = link
66 DEFFILE = $(SRCDIR)\dww.def 66 DEFFILE = $(SRCDIR)\dww.def