File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ COMMON_FLAGS = <%foreach(common_flags)%><%common_flag%><%endfor%>
2626PLATFORM_LIBS_PREFIX = <%platform_libs_prefix%>
2727OBJ_EXT = <%obj_ext%>
2828LINKER_PATHS = <%linker_paths%>
29- LINKER_PASSTHROUGH = <%linker_passthrough%>
3029STARTUP_BITS = <%startup_bits%>
3130LINK = <%link%>
3231COMMON_LIBS = <%common_libs%>
@@ -157,10 +156,10 @@ LFLAGS = \
157156
158157LIBFILES = \
159158<%foreach(reverse(libs))%>
160- $(LINKER_PASSTHROUGH) <%libname_prefix%><%lib%>$(LIBMODIFIER)$(ULIBMODIFIER)$(LIB_EXT) \
159+ <%libname_prefix%><%lib%>$(LIBMODIFIER)$(ULIBMODIFIER)$(LIB_EXT) \
161160<%endfor%>
162161<%foreach(reverse(lit_libs))%>
163- $(LINKER_PASSTHROUGH) <%lit_lib%>$(LIB_EXT) \
162+ <%lit_lib%>$(LIB_EXT) \
164163<%endfor%>
165164<%foreach(reverse(platform_libs))%>
166165 $(PLATFORM_LIBS_PREFIX)<%platform_libs%> \
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ common_flags = -a8
3535obj_ext = .obj
3636debug_ext = .tds
3737linker_paths = -L\"$(BDS)\lib\win32\release\" -L\"$(BDS)\lib\win32\debug\"
38- linker_passthrough =
3938startup_bits = 32
4039link = ilink32
4140common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
@@ -68,7 +67,6 @@ common_flags = -a8
6867obj_ext = .obj
6968debug_ext = .tds
7069linker_paths = -L\"$(BDS)\lib\win32c\debug\" -L\"$(BDS)\lib\win32c\release\"
71- linker_passthrough =
7270startup_bits = 32
7371link = ilink32
7472common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
@@ -100,7 +98,6 @@ common_flags =
10098obj_ext = .o
10199debug_ext = .tds
102100linker_paths = -L\"$(BDS)\lib\win64\debug\" -L\"$(BDS)\lib\win64\release\" -GE:HIGHENTROPYVA=off
103- linker_passthrough =
104101startup_bits = 64
105102link = ilink64
106103common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
@@ -132,7 +129,6 @@ common_defines = WIN32 _WINDOWS WIN64
132129common_flags = -Qunused-arguments
133130obj_ext = .o
134131linker_paths =
135- linker_passthrough = -Xlinker
136132startup_bits = 64
137133ccflags = -q
138134link = bcc64x
You can’t perform that action at this time.
0 commit comments