-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gen.pro | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/make -f -export TOPDIR:=$(shell pwd) +export TOPDIR:=$(OPIEDIR) include $(TOPDIR)/Vars.make ifneq ($(wildcard $(TOPDIR)/Vars.local),) diff --git a/gen.pro b/gen.pro deleted file mode 100644 index 5980051..0000000 --- a/gen.pro +++ b/dev/null @@ -1,3 +0,0 @@ -CONFIG += debug -CONFIG -= release -CONFIG -= qt3 |