Skip to content

Commit 27d700a

Browse files
committed
Further cleanup
* templates/bmake.mpd: * templates/bmakecommon.mpt:
1 parent 3280ce4 commit 27d700a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

templates/bmake.mpd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ LINKER_PATHS = <%linker_paths%>
2727
STARTUP_BITS = <%startup_bits%>
2828
LINK = <%link%>
2929
COMMON_LIBS = <%common_libs%>
30-
DLLLIBS = <%dll_libs%>
3130
EXELIBS = <%exe_libs%>
3231
TLIB = <%tlib%>
3332
DLLFLAGS = <%dllflags%>

templates/bmakecommon.mpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ ccflags = -q
119119
link = bcc64x
120120
common_libs = -Xlinker crtbegin.o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
121121
platform_libs_prefix = -l
122-
dll_libs =
123-
exe_libs =
124122
tlib = tlib64
125123
dllflags = -tD -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base
126124
exeflags = -Xlinker -m -Xlinker i386pep -Xlinker --Bdynamic

0 commit comments

Comments
 (0)