summaryrefslogtreecommitdiff
path: root/framework/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'framework/test/makefile.mk')
-rw-r--r--framework/test/makefile.mk25
1 files changed, 1 insertions, 24 deletions
diff --git a/framework/test/makefile.mk b/framework/test/makefile.mk
index 1059cbca443b..df4adda7c290 100644
--- a/framework/test/makefile.mk
+++ b/framework/test/makefile.mk
@@ -24,6 +24,7 @@
# for a copy of the LGPLv3 License.
#
#*************************************************************************
+
PRJ=..
PRJNAME= framework
@@ -36,29 +37,6 @@ USE_DEFFILE= TRUE
.INCLUDE : settings.mk
-# --- applikation: "test" --------------------------------------------------
-
-#APP1TARGET= test
-
-#APP1OBJS= $(SLO)$/test.obj
-#DEPOBJFILES+= $(APP1OBJS)
-
-#APP1LIBS= $(SLB)$/fwk_classes.lib \
-# $(SLB)$/fwk_helper.lib
-
-#APP1STDLIBS= $(CPPULIB) \
-# $(CPPUHELPERLIB) \
-# $(SALLIB) \
-# \
-# $(TOOLSLIB) \
-# $(SVTOOLLIB) \
-# $(TKLIB) \
-# $(COMPHELPERLIB) \
-# $(VCLLIB)
-
-#APP1DEPN= $(SLB)$/fwk_helper.lib \
-# $(SLB)$/fwk_classes.lib
-
# --- application: "threadtest" --------------------------------------------------
APP2TARGET= threadtest
@@ -90,4 +68,3 @@ APP2DEPN= $(SLO)$/fairrwlock.obj \
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-