File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,16 @@ lib_ext = .lib
120120common_defines = WIN32 _WINDOWS WIN64
121121common_flags = -Qunused-arguments
122122obj_ext = .o
123- linker_paths =
123+ linker_paths =
124124linker_passthrough = -Xlinker
125125startup_bits = 64
126126ccflags = -q
127127link = bcc64x
128- common_libs = -lws2_32 -lucrt -lmingwthrd
128+ common_libs = -lws2_32 -lucrt -lmingwthrd
129129platform_libs_prefix = -l
130130tlib = tlib64
131- dllflags = -tD -Xlinker --Bdynamic
132- exeflags = -Xlinker --Bdynamic
131+ dllflags = -tD -tR
132+ exeflags = -tR
133133object_search_path = 0
134134linker_dll_arguments = --driver-mode=g++ $(DLLFLAGS) $(LFLAGS:\=/) $(OBJFILES:\=/) -o $(OUTPUTDIR:\=/)$(NAME)$(DLL_EXT) -Xlinker --out-implib -Xlinker $(OUTPUTDIR:\=/)$(NAME).lib $(LIBFILES:\=/) $(RESOURCE:\=/)
135135linker_exe_arguments = --driver-mode=g++ $(EXEFLAGS) $(LFLAGS:\=/) $(OBJFILES:\=/) -o $(OUTPUTDIR:\=/)$(NAME)$(EXE_EXT) $(LIBFILES:\=/) $(RESOURCE:\=/)
You can’t perform that action at this time.
0 commit comments