Skip to content

Commit e4c054c

Browse files
committed
Reduced number of system libraries for bcc64x
1 parent ba78776 commit e4c054c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ linker_passthrough = -Xlinker
125125
startup_bits = 64
126126
ccflags = -q
127127
link = bcc64x
128-
common_libs = -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
128+
common_libs = -lws2_32 -lucrt -lmingwthrd
129129
platform_libs_prefix = -l
130130
tlib = tlib64
131131
dllflags = -tD -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base

0 commit comments

Comments
 (0)