comparison makefile.vc @ 1535:2913bb58f439

Added DW_FCF_COMPOSITED frame creation flag, used only on Windows currently... it enabled composited (translucent) windows on supported versions of Windows (7 and Vista). Deprecated the DW_FCF_VERTSCROLL and DW_FCF_HORZSCROLL flags... use scrollboxes instead. Removed a terrible hack of using the WS_VSCROLL flag to pass task list... applications require a recompile so we will still handle the old WS_VSCROLL flag until version 3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 Jan 2012 05:36:00 +0000
parents 5417b312801e
children 6baf177f335c
comparison
equal deleted inserted replaced
1534:ad8181f70f31 1535:2913bb58f439
56 !message Revision is [$(VERREV)] 56 !message Revision is [$(VERREV)]
57 SVNVERSION=-DVER_REV=$(VERREV) 57 SVNVERSION=-DVER_REV=$(VERREV)
58 !endif 58 !endif
59 59
60 CC = cl 60 CC = cl
61 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DGDIPLUS -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(SVNVERSION) 61 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DGDIPLUS -DAEROGLASS -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(SVNVERSION)
62 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 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
63 RES = 63 RES =
64 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG) 64 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG)
65 DLLLINKFLAGS = -dll 65 DLLLINKFLAGS = -dll
66 LINK = link 66 LINK = link