summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2
authorkergoth <kergoth>2003-01-24 01:29:06 (UTC)
committer kergoth <kergoth>2003-01-24 01:29:06 (UTC)
commit039367f738688f9484a487db8720a5bd2ad5878f (patch) (side-by-side diff)
tree3ad1716b648f54cf63b91358bad5d072938f7b6a /noncore/tools/calc2
parenta30140aaac1c0144c93a6fc3b1085e78612b94b1 (diff)
downloadopie-039367f738688f9484a487db8720a5bd2ad5878f.zip
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.gz
opie-039367f738688f9484a487db8720a5bd2ad5878f.tar.bz2
Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
Diffstat (limited to 'noncore/tools/calc2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.pro2
-rw-r--r--noncore/tools/calc2/calc.pro2
-rw-r--r--noncore/tools/calc2/simple/simple.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro
index 92dd2f6..73f0be8 100644
--- a/noncore/tools/calc2/binary/binary.pro
+++ b/noncore/tools/calc2/binary/binary.pro
@@ -21,13 +21,13 @@
# ../../../../i18n/ja/libbinary.ts \
# ../../../../i18n/ko/libbinary.ts \
# ../../../../i18n/no/libbinary.ts \
# ../../../../i18n/pl/libbinary.ts \
# ../../../../i18n/pt/libbinary.ts \
# ../../../../i18n/pt_BR/libbinary.ts \
# ../../../../i18n/sl/libbinary.ts \
# ../../../../i18n/zh_CN/libbinary.ts \
# ../../../../i18n/zh_TW/libbinary.ts
-include ( ../../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro
index 31b277f..8dfba95 100644
--- a/noncore/tools/calc2/calc.pro
+++ b/noncore/tools/calc2/calc.pro
@@ -17,13 +17,13 @@
# ../../../i18n/ja/calc.pro \
# ../../../i18n/ko/calc.pro \
# ../../../i18n/no/calc.pro \
# ../../../i18n/pl/calc.pro \
# ../../../i18n/pt/calc.pro \
# ../../../i18n/pt_BR/calc.pro \
# ../../../i18n/sl/calc.pro \
# ../../../i18n/zh_CN/calc.pro \
# ../../../i18n/zh_TW/calc.pro
-include ( ../../../include.pro )
+include ( $(OPIEDIR)/include.pro )
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro
index 772db73..990aa9e 100644
--- a/noncore/tools/calc2/simple/simple.pro
+++ b/noncore/tools/calc2/simple/simple.pro
@@ -18,13 +18,13 @@
# ../../../../i18n/ja/lib.ts \
# ../../../../i18n/ko/lib.ts \
# ../../../../i18n/no/lib.ts \
# ../../../../i18n/pl/lib.ts \
# ../../../../i18n/pt/lib.ts \
# ../../../../i18n/pt_BR/lib.ts \
# ../../../../i18n/sl/lib.ts \
# ../../../../i18n/zh_CN/lib.ts \
# ../../../../i18n/zh_TW/lib.ts
-include ( ../../../../include.pro )
+include ( $(OPIEDIR)/include.pro )