File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 406
406
download " DJGPP/${package} .zip" " ${DJGPP_MIRROR}${dir}${package} .zip"
407
407
}
408
408
409
- djver=205
409
+ djver=205
410
410
gccver=710
411
411
djgppgccversiondir=7
412
412
bnuver=229
@@ -488,7 +488,7 @@ win32-mingworg)
488
488
489
489
# Add ddraw.h and dinput.h for FB's gfxlib2
490
490
491
- # if ddraw.h & dinput.h were added manually:
491
+ # if ddraw.h & dinput.h were added manually:
492
492
# copyfile "../input/MinGW.org/ddraw.h" "include/ddraw.h"
493
493
# copyfile "../input/MinGW.org/dinput.h" "include/dinput.h"
494
494
@@ -740,10 +740,12 @@ windowsbuild() {
740
740
741
741
case " $toolchain " in
742
742
equation)
743
+ # hack:
743
744
# patch in crt_glob.bas to enable command line wildard expansion
744
- # equation-crt-glob.bas
745
+ # equation-crt-glob.bas:
745
746
# extern as integer _dowildcard alias "_dowildcard"
746
747
# dim shared _dowildcard as integer = -1
748
+ # careful, this adds the module to the bootstrap and source packages
747
749
cp ../../input/fbc/contrib/release/equation-crt-glob.bas src/compiler/equation-crt-glob.bas
748
750
;;
749
751
esac
You can’t perform that action at this time.
0 commit comments