Skip to content

Commit eea4634

Browse files
committed
Update bmakecommon.mpt
1 parent 5d157f1 commit eea4634

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/bmakecommon.mpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ ccflags = -q
123123
link = bcc64x
124124
common_libs = -Xlinker crtbegin.o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
125125
platform_libs_prefix = -l
126-
dll_libs = -Xlinker dllcrt2.o
127-
exe_libs = -Xlinker crt2.o
126+
dll_libs =
127+
exe_libs =
128128
tlib = tlib64
129-
dllflags = -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base
129+
dllflags = -tD -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base
130130
exeflags = -Xlinker -m -Xlinker i386pep -Xlinker --Bdynamic
131131
object_search_path = 0
132-
linker_dll_arguments = --driver-mode=g++ $(DLLFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME)$(DLL_EXT) -Xlinker --out-implib -Xlinker $(OUTPUTDIR)$(NAME).lib $(DLLLIBS) $(LIBFILES) $(RESOURCE)
133-
linker_exe_arguments = --driver-mode=g++ $(EXEFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)$(NAME)$(EXE_EXT) $(EXELIBS) $(LIBFILES) $(RESOURCE)
132+
linker_dll_arguments = --driver-mode=g++ $(DLLFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)\\$(NAME)$(DLL_EXT) -Xlinker --out-implib -Xlinker $(OUTPUTDIR)$(NAME).lib $(DLLLIBS) $(LIBFILES) $(RESOURCE)
133+
linker_exe_arguments = --driver-mode=g++ $(EXEFLAGS) $(LFLAGS) $(OBJFILES) -o $(OUTPUTDIR)\\$(NAME)$(EXE_EXT) $(EXELIBS) $(LIBFILES) $(RESOURCE)
134134
}

0 commit comments

Comments
 (0)