aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-06 00:11:52 +0000
committerDavid Robillard <d@drobilla.net>2009-03-06 00:11:52 +0000
commitfd2f7c3d6f43e2d6b102189073c647570d012fe9 (patch)
tree9f5fc89c7141d4808dace9271b788a4ee20fe67b /build.sh
parent832a7a2482c49478f684060583d23d2ef7355137 (diff)
downloadresp-fd2f7c3d6f43e2d6b102189073c647570d012fe9.tar.gz
resp-fd2f7c3d6f43e2d6b102189073c647570d012fe9.tar.bz2
resp-fd2f7c3d6f43e2d6b102189073c647570d012fe9.zip
Split LLVM dependent backend from core code.
No more pretty little one filer. Oh well. git-svn-id: http://svn.drobilla.net/resp/tuplr@51 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 9009753..66fc830 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#!/bin/sh
CXXFLAGS="-O0 -g -Wall -Wextra -Wno-unused-parameter"
-g++ $CXXFLAGS tuplr.cpp `llvm-config --cppflags --ldflags --libs core jit native` -lm -o tuplr
+g++ $CXXFLAGS tuplr.cpp typing.cpp tuplr_llvm.cpp `llvm-config --cppflags --ldflags --libs core jit native` -lm -o tuplr