projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9af1f9
)
added tools step to build
author
hgn
<hgodden00@gmail.com>
Thu, 13 Jul 2023 01:50:39 +0000
(
02:50
+0100)
committer
hgn
<hgodden00@gmail.com>
Thu, 13 Jul 2023 01:50:39 +0000
(
02:50
+0100)
build.c
patch
|
blob
|
history
diff --git
a/build.c
b/build.c
index 60c1db65ab99615351f0e84ab0a8d4010b86c653..acc4b593038efc2aa16109f328c54df247e03d1a 100644
(file)
--- a/
build.c
+++ b/
build.c
@@
-82,6
+82,8
@@
void build_game( enum compiler compiler )
vg_build_symbolic_link( "playermodels_src", "playermodels" );
vg_build_syscall( "mkdir -p %s/cfg", vg_compiler.build_dir );
+ vg_build_syscall( "mkdir -p %s/tools", vg_compiler.build_dir );
+ vg_build_syscall( "cp blender_export.py %s/tools/", vg_compiler.build_dir );
write_generic_addon_inf( k_addon_type_board,
"Longboard", "board.mdl",