File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -714,12 +714,6 @@ windowsbuild() {
714
714
win32) cp ../input/$libffi_title /$target$recipe /ffi.h ../input/$libffi_title /$target$recipe /ffitarget.h ./i686-pc-mingw32/include;;
715
715
win64) cp ../input/$libffi_title /$target$recipe /ffi.h ../input/$libffi_title /$target$recipe /ffitarget.h ./x86_64-w64-mingw32/include;;
716
716
esac
717
-
718
- # patch in crt_glob.bas to enable command line wildard expansion
719
- # equation-crt-glob.bas
720
- # extern as integer _dowildcard alias "_dowildcard"
721
- # dim shared _dowildcard as integer = -1
722
- cp ../input/fbc/contrib/release/equation-crt-glob.bas fbc/src/compiler/equation-crt-glob.bas
723
717
;;
724
718
* )
725
719
case " $target " in
@@ -743,6 +737,17 @@ windowsbuild() {
743
737
echo " rebuilding normal fbc"
744
738
echo
745
739
make clean-compiler
740
+
741
+ case " $toolchain " in
742
+ equation)
743
+ # patch in crt_glob.bas to enable command line wildard expansion
744
+ # equation-crt-glob.bas
745
+ # extern as integer _dowildcard alias "_dowildcard"
746
+ # dim shared _dowildcard as integer = -1
747
+ cp ../../input/fbc/contrib/release/equation-crt-glob.bas src/compiler/equation-crt-glob.bas
748
+ ;;
749
+ esac
750
+
746
751
case " $target " in
747
752
win32-mingworg) make FBSHA1=$FBSHA1 CFLAGS=-DDISABLE_D3D10;;
748
753
* ) make FBSHA1=$FBSHA1 ;;
You can’t perform that action at this time.
0 commit comments