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 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
You can’t perform that action at this time.
0 commit comments