summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2016-07-19 08:43:53 -0600
committerMike Buland <mike@xagasoft.com>2016-07-19 08:43:53 -0600
commita638f876f123cb9c9d3540ce7ff184c097162480 (patch)
tree09440f896478321bf3f1a4106ac3a7a88303b27e /build.sh
parent0d451543b78e173bc94c561278e16c8b20787d63 (diff)
downloadlost-a638f876f123cb9c9d3540ce7ff184c097162480.tar.gz
lost-a638f876f123cb9c9d3540ce7ff184c097162480.tar.bz2
lost-a638f876f123cb9c9d3540ce7ff184c097162480.tar.xz
lost-a638f876f123cb9c9d3540ce7ff184c097162480.zip
Fixed multidimensional floor spacing.
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cf2880f..04cf5f4 100644
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,3 @@
1#!/bin/bash 1#!/bin/bash
2 2
3exec g++ -ggdb src/*.cpp -o lost.exe -L/usr/lib -lpng16 -I/usr/include -lz -ggdb 3exec g++ -ggdb src/*.cpp -I/c/Qt/Qt5.0.1/5.0.1/mingw47_32/include -L/c/Qt/Qt5.0.1/5.0.1/mingw47_32/lib -o lost.exe -lpng16 -lz -ggdb