From d3a011b72e998f28ea6ef0a157ff1d50b4ae0744 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 23 Oct 2023 15:14:21 +0200 Subject: [PATCH] Correct linker * templates/bmakecommon.mpt: --- templates/bmakecommon.mpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bmakecommon.mpt b/templates/bmakecommon.mpt index 4f11cb8b..8e50cdef 100644 --- a/templates/bmakecommon.mpt +++ b/templates/bmakecommon.mpt @@ -87,7 +87,7 @@ common_flags = obj_ext = .o linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\" startup_bits = 64 -link = ilink64 +link = bcc64x common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT) tlib = tlib64 ccflags = -- 2.11.4.GIT