File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ LINKER_PATHS = <%linker_paths%>
2727STARTUP_BITS = <%startup_bits%>
2828LINK = <%link%>
2929COMMON_LIBS = <%common_libs%>
30- DLLLIBS = <%dll_libs%>
3130EXELIBS = <%exe_libs%>
3231TLIB = <%tlib%>
3332DLLFLAGS = <%dllflags%>
Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ ccflags = -q
119119link = bcc64x
120120common_libs = -Xlinker crtbegin.o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
121121platform_libs_prefix = -l
122- dll_libs =
123- exe_libs =
124122tlib = tlib64
125123dllflags = -tD -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base
126124exeflags = -Xlinker -m -Xlinker i386pep -Xlinker --Bdynamic
You can’t perform that action at this time.
0 commit comments