diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-15 08:02:41 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-15 08:02:41 +0000 |
commit | 39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5 (patch) | |
tree | bbe2fac84e35077d9e3c02d0203b0a4f9bb8d825 /pymake.conf | |
parent | 6d6ae2a0b9fb161fa01467396e233f7d83a0985a (diff) | |
download | libbu++-39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5.tar.gz libbu++-39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5.tar.bz2 libbu++-39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5.tar.xz libbu++-39d79c7b6ed2a19a2c37cbc2c13714d3cd2995e5.zip |
Updated pymake.conf
Diffstat (limited to 'pymake.conf')
-rw-r--r-- | pymake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pymake.conf b/pymake.conf index de7b48f..8880f9c 100644 --- a/pymake.conf +++ b/pymake.conf | |||
@@ -37,7 +37,7 @@ OUTPUT: libbu++.a | |||
37 | [TRIGGER] | 37 | [TRIGGER] |
38 | INPUT: .cpp #take input of *.cpp files | 38 | INPUT: .cpp #take input of *.cpp files |
39 | OUTPUT: .o #output .o files | 39 | OUTPUT: .o #output .o files |
40 | COMMAND: g++ -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} | 40 | COMMAND: g++ -fPIC -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} |
41 | CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} | 41 | CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} |
42 | 42 | ||
43 | ### Executable command ### | 43 | ### Executable command ### |