Skip to content

Commit ecd89e5

Browse files
committed
Update bmakecommon.mpt
1 parent edeee92 commit ecd89e5

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ link = ilink32
3232
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
3333
tlib = tlib
3434
pch = 1
35-
<<<<<<< Updated upstream
3635
ccflags = -q
37-
=======
3836
dllflags = -Tpd -Gi -x -Gn -w-dup
3937
object_search_path = 1
40-
>>>>>>> Stashed changes
4138
}
4239

4340
bcc32c {
@@ -56,12 +53,9 @@ startup_bits = 32
5653
link = ilink32
5754
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
5855
tlib = tlib
59-
<<<<<<< Updated upstream
6056
ccflags = -q
61-
=======
6257
dllflags = -Tpd -Gi -x -Gn -w-dup
6358
object_search_path = 1
64-
>>>>>>> Stashed changes
6559
}
6660

6761
bcc64 {
@@ -80,12 +74,9 @@ startup_bits = 64
8074
link = ilink64
8175
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
8276
tlib = tlib64
83-
<<<<<<< Updated upstream
8477
ccflags = -q
85-
=======
8678
dllflags = -Tpd -Gi -x -Gn -w-dup
8779
object_search_path = 1
88-
>>>>>>> Stashed changes
8980
}
9081

9182
bcc64x {
@@ -101,16 +92,10 @@ common_flags =
10192
obj_ext = .o
10293
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\"
10394
startup_bits = 64
104-
<<<<<<< Updated upstream
105-
link = bcc64x
106-
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
107-
tlib = tlib64
108-
ccflags =
109-
=======
95+
ccflags = -q
11096
link = ld.lld
11197
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
11298
tlib = tlib64
11399
dllflags = -m i386pep -shared --Bstatic --entry DllMainCRTStartup --enable-auto-image-base
114100
object_search_path = 0
115-
>>>>>>> Stashed changes
116101
}

0 commit comments

Comments
 (0)