File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ bootstrap:
30
30
copy build\r elease\h ost\b in\b ootflx.exe build\r elease\h ost\b in\f lx.exe
31
31
32
32
tools :
33
- flx --felix=build .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_flxg.flx
34
- flx --felix=build .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_prep.flx
35
- flx --felix=build .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_rtl.flx
36
- flx --felix=build .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_boot.flx
33
+ flx --felix=wbuild .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_flxg.flx
34
+ flx --felix=wbuild .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_prep.flx
35
+ flx --felix=wbuild .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_rtl.flx
36
+ flx --felix=wbuild .fpc --static -c -od build\r elease\h ost\b in src\t ools\f lx_build_boot.flx
37
37
38
38
target :
39
39
flx_build_prep --target-dir=build\r elease --target-bin=win32 --source-dir=build\r elease \
56
56
cmd.exe /C rmdir /Q /S build\r elease\t est
57
57
cmd.exe /C mkdir build\r elease\t est
58
58
flx_tangle --indir=build\r elease\s hare\s rc\t est --outdir=build\r elease\t est
59
- flx --felix=build .fpc --usage=prototype --expect --nonstop \
59
+ flx --felix=wbuild .fpc --usage=prototype --expect --nonstop \
60
60
--indir=build\r elease\t est\r egress\r t --regex=" .*\.flx" build\r elease\t est
61
61
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments