aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-28 16:28:15 -0500
committerAlee <Alee14498@gmail.com>2019-01-28 16:28:15 -0500
commit3695d97e90407445ee8b93c5f388ea110bef2404 (patch)
treee8deb0820d26d349f149c2416701915c1df6b4b0 /build.sh
parent00e093986d6c1926d56b855848dc64fbbd485119 (diff)
downloadProject-Xeon-3695d97e90407445ee8b93c5f388ea110bef2404.tar.gz
Project-Xeon-3695d97e90407445ee8b93c5f388ea110bef2404.tar.bz2
Project-Xeon-3695d97e90407445ee8b93c5f388ea110bef2404.zip
For now build.sh is broken, and added enhancements in build.bat
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100644
index 0000000..37489d5
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+#echo 'Building Program...'
+#echo 'Shell: Bash'
+#if [ -d "out" ]
+#then
+#echo 'Skipping making the "out" directory...'
+#else
+#mkdir out
+#echo 'Created the "out" folder..'
+#fi
+#g++ --version
+#g++ -g main.cpp -o out/game.exe
+#echo 'Building Complete!'
+#read -p 'Press any key to finish...' \ No newline at end of file