Skip to content

Commit

Permalink
change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
chunquedong committed Sep 8, 2021
1 parent 1c04500 commit 0060832
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 919 deletions.
16 changes: 16 additions & 0 deletions build_ext.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


cd ../fantom/src
sh build_lib.sh
cd -


cd ../slan
fan build.fan
cd -


cd ../vase
sh build.sh
cd -

3 changes: 3 additions & 0 deletions compiler/bootstrap_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ echo 'build compiler test'
$fanc testCompiler/pod.props
$fanc testNative/pod.props
$fanc testJava/pod.props

fanxb='../env/bin/fanxb'
$fanxb testCompilerx/pod.props
2 changes: 1 addition & 1 deletion doc/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ChangeLog

### Build 4.1.0 (working)
### Build 4.0.2 (2021-09-08)
- update fantom
- restore fantom syntax
- use Env peer
Expand Down
2 changes: 1 addition & 1 deletion library/build_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

#-------------build
export FAN_ENV_PATH=""
fanc='../env/bin/fanb'
fanc='../env/bin/fanxb'

echo 'build sys test'
#$fanc baseTest/pod.props
Expand Down
Loading

0 comments on commit 0060832

Please sign in to comment.