mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
aef05ac0d0
commit
11452b656c
@ -207,6 +207,7 @@ clean :
|
|||||||
#if $[st_sources]
|
#if $[st_sources]
|
||||||
rm -rf $[st_dir]
|
rm -rf $[st_dir]
|
||||||
#endif
|
#endif
|
||||||
|
rm -f *.pyc *.pyo // Also scrub out old generated Python code.
|
||||||
|
|
||||||
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
||||||
// it also cleans up the bison and flex output, as well as the
|
// it also cleans up the bison and flex output, as well as the
|
||||||
|
@ -204,6 +204,7 @@ clean :
|
|||||||
#if $[st_sources]
|
#if $[st_sources]
|
||||||
-rmdir /s /q $[st_dir]
|
-rmdir /s /q $[st_dir]
|
||||||
#endif
|
#endif
|
||||||
|
-del /f *.pyc *.pyo // Also scrub out old generated Python code.
|
||||||
|
|
||||||
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
||||||
// it also cleans up the bison and flex output, as well as the
|
// it also cleans up the bison and flex output, as well as the
|
||||||
|
@ -166,6 +166,7 @@ clean :
|
|||||||
#if $[st_sources]
|
#if $[st_sources]
|
||||||
rm -rf $[st_dir]
|
rm -rf $[st_dir]
|
||||||
#endif
|
#endif
|
||||||
|
rm -f *.pyc *.pyo // Also scrub out old generated Python code.
|
||||||
|
|
||||||
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
// 'cleanall' is not much more thorough than 'clean': At the moment,
|
||||||
// it also cleans up the bison and flex output, as well as the
|
// it also cleans up the bison and flex output, as well as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user