mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
veb: deprecate vweb (part 2); move all vweb examples to veb
This commit is contained in:
parent
17fc31b746
commit
8683e634ee
36 changed files with 101 additions and 192 deletions
|
@ -115,7 +115,7 @@ fn run_vsh_script_tcc() {
|
|||
}
|
||||
|
||||
fn test_v_tutorials_tcc() {
|
||||
exec('v tutorials/building_a_simple_web_blog_with_vweb/code/blog')
|
||||
exec('v tutorials/building_a_simple_web_blog_with_veb/code/blog')
|
||||
}
|
||||
|
||||
fn build_fast_tcc() {
|
||||
|
@ -228,7 +228,7 @@ fn build_tetris_autofree_gcc() {
|
|||
}
|
||||
|
||||
fn build_blog_autofree_gcc() {
|
||||
exec('v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog')
|
||||
exec('v -autofree -o blog tutorials/building_a_simple_web_blog_with_veb/code/blog')
|
||||
}
|
||||
|
||||
fn build_option_test_autofree_gcc() {
|
||||
|
|
|
@ -76,7 +76,7 @@ fn build_tetris_autofree() {
|
|||
}
|
||||
|
||||
fn build_blog_autofree() {
|
||||
exec('v -autofree -o blog tutorials/building_a_simple_web_blog_with_vweb/code/blog')
|
||||
exec('v -autofree -o blog tutorials/building_a_simple_web_blog_with_veb/code/blog')
|
||||
}
|
||||
|
||||
fn build_examples_prod() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue