From e73dde5fb4fa7514c5bddf4a3c5f47a4a0655db5 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 21 Oct 2010 16:23:57 -0500 Subject: Finally, gut the vos module out of the build --- extensions/workben/makefile.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'extensions/workben') diff --git a/extensions/workben/makefile.mk b/extensions/workben/makefile.mk index 759ee81186b2..ca25cfa51312 100644 --- a/extensions/workben/makefile.mk +++ b/extensions/workben/makefile.mk @@ -83,7 +83,6 @@ APP1OBJS= $(OBJFILES) APP1STDLIBS= \ $(CPPUHELPERLIB)\ $(CPPULIB) \ - $(VOSLIB) \ $(SALLIB) .ENDIF # testpgp @@ -98,7 +97,6 @@ OBJFILES= $(OBJ)$/testcomponent.obj APP2TARGET = testcomponent APP2OBJS = $(OBJ)$/testcomponent.obj APP2STDLIBS = \ - $(VOSLIB) \ $(TOOLSLIB) \ $(SALLIB) @@ -113,8 +111,8 @@ OBJFILES= $(OBJ)$/pythontest.obj #APP4TARGET= pythontest #APP4OBJS= $(OBJ)$/pythontest.obj -#APP4STDLIBS=$(TOOLSLIB) \ -# $(VOSLIB) +#APP4STDLIBS=$(TOOLSLIB) +# .ENDIF # phytontest @@ -127,8 +125,7 @@ OBJFILES= $(OBJ)$/pythonautotest.obj #APP5TARGET= pythonautotest #APP5OBJS = $(OBJ)$/pythonautotest.obj -#APP5STDLIBS=$(TOOLSLIB) \ -# $(VOSLIB) +#APP5STDLIBS=$(TOOLSLIB) .ENDIF # phytonautotest @@ -162,7 +159,6 @@ OBJFILES= $(OBJ)$/testframecontrol.obj APP3TARGET= testframecontrol APP3OBJS= $(OBJ)$/testframecontrol.obj APP3STDLIBS=$(TOOLSLIB) \ - $(VOSLIB) \ $(SVTOOLLIB) \ $(VCLLIB) -- cgit