aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/build_g3d.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-03-29 02:40:31 +1000
committerDavid Walter Seikel2016-03-29 02:40:31 +1000
commit3e67fa7de199257e9f5d473ad14035d6ff1de2e6 (patch)
tree8de204004b3793b0f3c14ea0a7779d9d5ef4de71 /src/others/build_g3d.lua
parentAdded my version of libg3d and friends. (diff)
downloadSledjHamr-3e67fa7de199257e9f5d473ad14035d6ff1de2e6.zip
SledjHamr-3e67fa7de199257e9f5d473ad14035d6ff1de2e6.tar.gz
SledjHamr-3e67fa7de199257e9f5d473ad14035d6ff1de2e6.tar.bz2
SledjHamr-3e67fa7de199257e9f5d473ad14035d6ff1de2e6.tar.xz
Clean up last commit.
Diffstat (limited to 'src/others/build_g3d.lua')
-rwxr-xr-xsrc/others/build_g3d.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/others/build_g3d.lua b/src/others/build_g3d.lua
index 4c0c875..96aae61 100755
--- a/src/others/build_g3d.lua
+++ b/src/others/build_g3d.lua
@@ -15,5 +15,5 @@ end
15 15
16runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean') 16runCommand('libg3d', 'mimesh/libg3d-0.0.8', 'make clean')
17runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make') 17runCommand(nil, 'mimesh/libg3d-0.0.8', './configure && make')
18runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', './configure && make') 18runCommand('g3dviewer', 'mimesh/g3dviewer-0.2.99.4', 'make clean')
19runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', 'make clean') 19runCommand(nil, 'mimesh/g3dviewer-0.2.99.4', './configure && make')