File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" -L\
121121startup_bits = 64
122122ccflags = -q
123123link = bcc64x
124- common_libs = -lcrtbegin .o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
124+ common_libs = -Xlinker crtbegin .o -lws2_32 -lmoldname -lucrt -lmingw32 -lmingwex -l\"c++\" -lunwind -lmingwthrd -l:import64$(LIB_EXT)
125125platform_libs_prefix = -l
126- dll_libs = -ldllcrt2 .o
127- exe_libs = -lcrt2 .o
126+ dll_libs = -Xlinker dllcrt2 .o
127+ exe_libs = -Xlinker crt2 .o
128128tlib = tlib64
129129dllflags = -Xlinker -m -Xlinker i386pep -Xlinker -shared -Xlinker --Bdynamic -Xlinker --enable-auto-image-base
130130exeflags = -Xlinker -m -Xlinker i386pep -Xlinker --Bdynamic
You can’t perform that action at this time.
0 commit comments