summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:46:03 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 12:06:11 +0100
commit4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch)
tree5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /extensions/workben
parente5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff)
Clean up makefiles
Diffstat (limited to 'extensions/workben')
-rw-r--r--extensions/workben/makefile.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/extensions/workben/makefile.mk b/extensions/workben/makefile.mk
index ca25cfa51312..d62100ac26c5 100644
--- a/extensions/workben/makefile.mk
+++ b/extensions/workben/makefile.mk
@@ -32,11 +32,6 @@ TARGET=workben
LIBTARGET=NO
TESTAPP=testpgp
-#TESTAPP=testcomponent
-#TESTAPP=pythontest
-#TESTAPP=pythonautotest
-#TESTAPP=testresource
-#TESTAPP=testframecontrol
.IF "$(TESTAPP)" == "testresource" || "$(TESTAPP)" == "testframecontrol"
TARGETTYPE=GUI
@@ -106,27 +101,14 @@ APP2STDLIBS = \
# test python.
#
.IF "$(TESTAPP)" == "phytontest"
-
OBJFILES= $(OBJ)$/pythontest.obj
-
-#APP4TARGET= pythontest
-#APP4OBJS= $(OBJ)$/pythontest.obj
-#APP4STDLIBS=$(TOOLSLIB)
-#
-
.ENDIF # phytontest
#
# python auto test
#
.IF "$(TESTAPP)" == "phytonautotest"
-
OBJFILES= $(OBJ)$/pythonautotest.obj
-
-#APP5TARGET= pythonautotest
-#APP5OBJS = $(OBJ)$/pythonautotest.obj
-#APP5STDLIBS=$(TOOLSLIB)
-
.ENDIF # phytonautotest
#