From 27d700afb4e4097156a6d6ac1d404b4b287f4167 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 1 Jul 2024 12:48:48 +0200 Subject: [PATCH] Further cleanup * templates/bmake.mpd: * templates/bmakecommon.mpt: --- templates/bmake.mpd | 1 - templates/bmakecommon.mpt | 2 -- 2 files changed, 3 deletions(-) diff --git a/templates/bmake.mpd b/templates/bmake.mpd index 8805c49e..f6070ebe 100644 --- a/templates/bmake.mpd +++ b/templates/bmake.mpd @@ -27,7 +27,6 @@ LINKER_PATHS = <%linker_paths%> STARTUP_BITS = <%startup_bits%> LINK = <%link%> COMMON_LIBS = <%common_libs%> -DLLLIBS = <%dll_libs%> EXELIBS = <%exe_libs%> TLIB = <%tlib%> DLLFLAGS = <%dllflags%> diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt index 1a6869a0..8145c25c 100644 --- a/templates/bmakecommon.mpt +++ b/templates/bmakecommon.mpt @@ -119,8 +119,6 @@ ccflags = -q link = bcc64x common_libs = -Xlinker crtbegin.o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT) platform_libs_prefix = -l -dll_libs = -exe_libs = tlib = tlib64 dllflags = -tD -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base exeflags = -Xlinker -m -Xlinker i386pep -Xlinker --Bdynamic -- 2.11.4.GIT