File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,9 @@ link = ilink32
32
32
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT) $(CG_LIB)
33
33
tlib = tlib
34
34
pch = 1
35
- <<<<<<< Updated upstream
36
35
ccflags = -q
37
- =======
38
36
dllflags = -Tpd -Gi -x -Gn -w-dup
39
37
object_search_path = 1
40
- >>>>>>> Stashed changes
41
38
}
42
39
43
40
bcc32c {
@@ -56,12 +53,9 @@ startup_bits = 32
56
53
link = ilink32
57
54
common_libs = ws2_32$(LIB_EXT) import32$(LIB_EXT) cw32mti$(LIB_EXT)
58
55
tlib = tlib
59
- <<<<<<< Updated upstream
60
56
ccflags = -q
61
- =======
62
57
dllflags = -Tpd -Gi -x -Gn -w-dup
63
58
object_search_path = 1
64
- >>>>>>> Stashed changes
65
59
}
66
60
67
61
bcc64 {
@@ -80,12 +74,9 @@ startup_bits = 64
80
74
link = ilink64
81
75
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
82
76
tlib = tlib64
83
- <<<<<<< Updated upstream
84
77
ccflags = -q
85
- =======
86
78
dllflags = -Tpd -Gi -x -Gn -w-dup
87
79
object_search_path = 1
88
- >>>>>>> Stashed changes
89
80
}
90
81
91
82
bcc64x {
@@ -101,16 +92,10 @@ common_flags =
101
92
obj_ext = .o
102
93
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\"
103
94
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
110
96
link = ld.lld
111
97
common_libs = ws2_32$(LIB_EXT) import64$(LIB_EXT) cw64mti$(LIB_EXT)
112
98
tlib = tlib64
113
99
dllflags = -m i386pep -shared --Bstatic --entry DllMainCRTStartup --enable-auto-image-base
114
100
object_search_path = 0
115
- >>>>>>> Stashed changes
116
101
}
You can’t perform that action at this time.
0 commit comments