comparison makefile.vc @ 2236:e7060d262939

Win: Switched to using Rich Edit MLE by default on Windows. Added DW_FEATURE_MLE_RICH_EDIT option to dw_feature_set() to turn it off.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 05 Jan 2021 01:52:35 +0000
parents b3989eee8d88
children 4de830d3bf9e
comparison
equal deleted inserted replaced
2235:bd642d04d7c6 2236:e7060d262939
117 117
118 # The Visual C CRT and other Windows components have deprecated lots of common functions 118 # The Visual C CRT and other Windows components have deprecated lots of common functions
119 # These options will hide the deprecation warnings; Comment the next line to see them 119 # These options will hide the deprecation warnings; Comment the next line to see them
120 CRT_FLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNING -D_WINSOCK_DEPRECATED_NO_WARNINGS 120 CRT_FLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNING -D_WINSOCK_DEPRECATED_NO_WARNINGS
121 121
122 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DTOOLBAR -DGDIPLUS -DAEROGLASS -D_UNICODE -DUNICODE -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(WEBVIEW2INC) $(WINTOASTINC) $(SVNVERSION) $(CRT_FLAGS) 122 CFLAGS = -c $(PLATFORM_DEF) -D__WIN32__ -DMSVC -DRICHEDIT -DTOOLBAR -DGDIPLUS -DAEROGLASS -D_UNICODE -DUNICODE -DBUILD_DLL -DISOLATION_AWARE_ENABLED=1 -I$(SRCDIR)\platform -I$(SRCDIR) $(WEBVIEW2INC) $(WINTOASTINC) $(SVNVERSION) $(CRT_FLAGS)
123 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 $(WEBVIEW2LIB) 123 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 $(WEBVIEW2LIB)
124 RES = 124 RES =
125 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG) 125 LINKFLAGS = -machine:$(TARGET_CPU) -manifest $(LINK_DEBUG)
126 DLLLINKFLAGS = -dll 126 DLLLINKFLAGS = -dll
127 DEFFILE = $(SRCDIR)\win\dw.def 127 DEFFILE = $(SRCDIR)\win\dw.def