Skip to content

Commit 26842ce

Browse files
committed
release: contrib/release/build.sh white space formatting
1 parent baab516 commit 26842ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

contrib/release/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ dos)
406406
download "DJGPP/${package}.zip" "${DJGPP_MIRROR}${dir}${package}.zip"
407407
}
408408

409-
djver=205
409+
djver=205
410410
gccver=710
411411
djgppgccversiondir=7
412412
bnuver=229
@@ -488,7 +488,7 @@ win32-mingworg)
488488

489489
# Add ddraw.h and dinput.h for FB's gfxlib2
490490

491-
# if ddraw.h & dinput.h were added manually:
491+
# if ddraw.h & dinput.h were added manually:
492492
# copyfile "../input/MinGW.org/ddraw.h" "include/ddraw.h"
493493
# copyfile "../input/MinGW.org/dinput.h" "include/dinput.h"
494494

@@ -740,10 +740,12 @@ windowsbuild() {
740740

741741
case "$toolchain" in
742742
equation)
743+
# hack:
743744
# patch in crt_glob.bas to enable command line wildard expansion
744-
# equation-crt-glob.bas
745+
# equation-crt-glob.bas:
745746
# extern as integer _dowildcard alias "_dowildcard"
746747
# dim shared _dowildcard as integer = -1
748+
# careful, this adds the module to the bootstrap and source packages
747749
cp ../../input/fbc/contrib/release/equation-crt-glob.bas src/compiler/equation-crt-glob.bas
748750
;;
749751
esac

0 commit comments

Comments
 (0)