Skip to content

Commit f0387f8

Browse files
committed
Minor fix
* templates/bmakecommon.mpt:
1 parent a576d2e commit f0387f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/bmakecommon.mpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
conditional_include "common"
66

7-
configurations = Debug Release
8-
compilers = bcc32 bcc32c bcc64 bcc64x
9-
unicode_flags = -WU
7+
configurations = Debug Release
8+
compilers = bcc32 bcc32c bcc64 bcc64x
9+
unicode_flags = -WU
1010
unicode_lib_modifier = u
1111
unicode_exe_modifier = u
1212
dll_ext = .dll
@@ -63,7 +63,7 @@ binary_flags = -tR -tD
6363
thr_flags = -tM
6464
lib_ext = .a
6565
common_defines = WIN32 _WINDOWS WIN64
66-
common64_flags =
66+
common_flags =
6767
obj_ext = .o
6868
linker_paths = -L\"$(BDS)\lib\win64\debug\" -L\"$(BDS)\lib\win64\release\" -GE:HIGHENTROPYVA=off
6969
startup_bits = 64
@@ -81,7 +81,7 @@ binary_flags = -tR -tD
8181
thr_flags = -tM
8282
lib_ext = .a
8383
common_defines = WIN32 _WINDOWS WIN64
84-
common64_flags =
84+
common_flags =
8585
obj_ext = .o
8686
linker_paths = -L\"$(BDS)\lib\win64x\debug\" -L\"$(BDS)\lib\win64x\release\"
8787
startup_bits = 64

0 commit comments

Comments
 (0)