Add initial prototype.
This commit is contained in:
10
3-mid/physics/implement/box2d/generate/export_source
Executable file
10
3-mid/physics/implement/box2d/generate/export_source
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
rm ../source/thin/*.ads
|
||||
rm ../source/thin/*.cxx
|
||||
|
||||
mv ./*.ads ../source/thin
|
||||
mv ./*.cxx ../source/thin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user