diff makefile.vc @ 960:841b66d2d1b9

Added initial support for transparent pixmap/bitmaps on Windows... without using dw_pixmap_set_transparent_color() using AlphaBlend().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 02 May 2011 14:18:47 +0000
parents 3e393a9375c4
children facf58c6a4c7
line wrap: on
line diff
--- a/makefile.vc	Mon May 02 05:39:37 2011 +0000
+++ b/makefile.vc	Mon May 02 14:18:47 2011 +0000
@@ -48,7 +48,7 @@
 
 CC = cl
 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DBUILD_DLL -I$(SRCDIR)\platform -I$(SRCDIR)
-LIBS = wsock32.lib kernel32.lib user32.lib comctl32.lib gdi32.lib advapi32.lib shell32.lib comdlg32.lib ole32.lib oleaut32.lib userenv.lib
+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
 RES =
 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG)
 DLLLINKFLAGS = -dll