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) (unidiff)
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 @@
21 # ../../../../i18n/ja/libbinary.ts \ 21 # ../../../../i18n/ja/libbinary.ts \
22 # ../../../../i18n/ko/libbinary.ts \ 22 # ../../../../i18n/ko/libbinary.ts \
23 # ../../../../i18n/no/libbinary.ts \ 23 # ../../../../i18n/no/libbinary.ts \
24 # ../../../../i18n/pl/libbinary.ts \ 24 # ../../../../i18n/pl/libbinary.ts \
25 # ../../../../i18n/pt/libbinary.ts \ 25 # ../../../../i18n/pt/libbinary.ts \
26 # ../../../../i18n/pt_BR/libbinary.ts \ 26 # ../../../../i18n/pt_BR/libbinary.ts \
27 # ../../../../i18n/sl/libbinary.ts \ 27 # ../../../../i18n/sl/libbinary.ts \
28 # ../../../../i18n/zh_CN/libbinary.ts \ 28 # ../../../../i18n/zh_CN/libbinary.ts \
29 # ../../../../i18n/zh_TW/libbinary.ts 29 # ../../../../i18n/zh_TW/libbinary.ts
30 30
31 31
32 32
33include ( ../../../../include.pro ) 33include ( $(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 @@
17 # ../../../i18n/ja/calc.pro \ 17 # ../../../i18n/ja/calc.pro \
18 # ../../../i18n/ko/calc.pro \ 18 # ../../../i18n/ko/calc.pro \
19 # ../../../i18n/no/calc.pro \ 19 # ../../../i18n/no/calc.pro \
20 # ../../../i18n/pl/calc.pro \ 20 # ../../../i18n/pl/calc.pro \
21 # ../../../i18n/pt/calc.pro \ 21 # ../../../i18n/pt/calc.pro \
22 # ../../../i18n/pt_BR/calc.pro \ 22 # ../../../i18n/pt_BR/calc.pro \
23 # ../../../i18n/sl/calc.pro \ 23 # ../../../i18n/sl/calc.pro \
24 # ../../../i18n/zh_CN/calc.pro \ 24 # ../../../i18n/zh_CN/calc.pro \
25 # ../../../i18n/zh_TW/calc.pro 25 # ../../../i18n/zh_TW/calc.pro
26 26
27 27
28 28
29include ( ../../../include.pro ) 29include ( $(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 @@
18 # ../../../../i18n/ja/lib.ts \ 18 # ../../../../i18n/ja/lib.ts \
19 # ../../../../i18n/ko/lib.ts \ 19 # ../../../../i18n/ko/lib.ts \
20 # ../../../../i18n/no/lib.ts \ 20 # ../../../../i18n/no/lib.ts \
21 # ../../../../i18n/pl/lib.ts \ 21 # ../../../../i18n/pl/lib.ts \
22 # ../../../../i18n/pt/lib.ts \ 22 # ../../../../i18n/pt/lib.ts \
23 # ../../../../i18n/pt_BR/lib.ts \ 23 # ../../../../i18n/pt_BR/lib.ts \
24 # ../../../../i18n/sl/lib.ts \ 24 # ../../../../i18n/sl/lib.ts \
25 # ../../../../i18n/zh_CN/lib.ts \ 25 # ../../../../i18n/zh_CN/lib.ts \
26 # ../../../../i18n/zh_TW/lib.ts 26 # ../../../../i18n/zh_TW/lib.ts
27 27
28 28
29 29
30include ( ../../../../include.pro ) 30include ( $(OPIEDIR)/include.pro )