Skip to content

Commit 242f90b

Browse files
committed
Fixes...
1 parent 0e38d03 commit 242f90b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ bootstrap:
3030
copy build\release\host\bin\bootflx.exe build\release\host\bin\flx.exe
3131

3232
tools:
33-
flx --felix=build.fpc --static -c -od build\release\host\bin src\tools\flx_build_flxg.flx
34-
flx --felix=build.fpc --static -c -od build\release\host\bin src\tools\flx_build_prep.flx
35-
flx --felix=build.fpc --static -c -od build\release\host\bin src\tools\flx_build_rtl.flx
36-
flx --felix=build.fpc --static -c -od build\release\host\bin src\tools\flx_build_boot.flx
33+
flx --felix=wbuild.fpc --static -c -od build\release\host\bin src\tools\flx_build_flxg.flx
34+
flx --felix=wbuild.fpc --static -c -od build\release\host\bin src\tools\flx_build_prep.flx
35+
flx --felix=wbuild.fpc --static -c -od build\release\host\bin src\tools\flx_build_rtl.flx
36+
flx --felix=wbuild.fpc --static -c -od build\release\host\bin src\tools\flx_build_boot.flx
3737

3838
target:
3939
flx_build_prep --target-dir=build\release --target-bin=win32 --source-dir=build\release \
@@ -56,6 +56,6 @@ test:
5656
cmd.exe /C rmdir /Q /S build\release\test
5757
cmd.exe /C mkdir build\release\test
5858
flx_tangle --indir=build\release\share\src\test --outdir=build\release\test
59-
flx --felix=build.fpc --usage=prototype --expect --nonstop \
59+
flx --felix=wbuild.fpc --usage=prototype --expect --nonstop \
6060
--indir=build\release\test\regress\rt --regex=".*\.flx" build\release\test
6161

wbuild.fpc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FLX_INSTALL_DIR: build\release
2+
FLX_LIB_DIRS: build\release\share\lib build\release\host\lib \usr\local\lib\felix\packages\share\lib
3+
FLX_CONFIG_DIRS: build\release\host\config \usr\local\lib\felix\packages\host\config

0 commit comments

Comments
 (0)