[Libreoffice-commits] .: chart2/source sc/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Wed Feb 2 03:05:39 PST 2011


 chart2/source/controller/makefile.mk |    3 ---
 chart2/source/tools/makefile.mk      |   13 -------------
 chart2/source/view/makefile.mk       |    3 ---
 sc/source/ui/app/makefile.mk         |    3 ---
 sc/source/ui/vba/testvba/makefile.mk |    4 +---
 5 files changed, 1 insertion(+), 25 deletions(-)

New commits:
commit 015d6d5737fd57bddba17426600fd911b6ae428b
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Feb 2 11:45:20 2011 +0100

    Clean up makefiles

diff --git a/chart2/source/controller/makefile.mk b/chart2/source/controller/makefile.mk
index b8a2561..daaae0a 100644
--- a/chart2/source/controller/makefile.mk
+++ b/chart2/source/controller/makefile.mk
@@ -120,9 +120,6 @@ RESLIB1IMAGES=$(PRJ)$/res
 RESLIB1SRSFILES=$(RESLIB1LIST)
 RESLIB1DEPN=$(RESLIB1LIST)
 
-#RESLIB1SRSFILES=$(SRS)$/$(TARGET).srs
-#RESLIB1DEPN=	SRCFILES
-
 # --- Targets -----------------------------------------------------------------
 
 .INCLUDE: target.mk
diff --git a/chart2/source/tools/makefile.mk b/chart2/source/tools/makefile.mk
index 2f990af..8eb81ba 100644
--- a/chart2/source/tools/makefile.mk
+++ b/chart2/source/tools/makefile.mk
@@ -43,10 +43,6 @@ CDEFS += -DOOO_DLLIMPLEMENTATION_CHARTTOOLS
 
 # --- export library -------------------------------------------------
 
-#You can use several library macros of this form to build libraries that
-#do not consist of all object files in a directory or to merge different libraries.
-#LIB1TARGET=		$(SLB)$/_$(TARGET).lib
-
 #Specifies object files to bind into linked libraries.
 SLOFILES=	\
     $(SLO)$/ErrorBar.obj \
@@ -149,12 +145,6 @@ SHL1STDLIBS=    \
                 $(BASEGFXLIB) 		\
                 $(UNOTOOLSLIB)
 
-#				$(SVLIB)			\
-#				$(SVTOOLLIB)		\
-#				$(SVXLIB)			\
-#				$(TKLIB)			\
-#			    $(SFXLIB)
-
 #--------exports
 
 #specifies the exported symbols for Windows only:
@@ -163,9 +153,6 @@ SHL1DEF=		$(MISC)$/$(SHL1TARGET).def
 #Specifies the library name to parse for symbols. For Win32 only.
 DEFLIB1NAME=	$(TARGET)
 
-#A file of symbols to export.
-#DEF1EXPORTFILE=	$(PRJ)$/source$/inc$/exports.dxp
-
 #--------definition file
 
 #name of the definition file:
diff --git a/chart2/source/view/makefile.mk b/chart2/source/view/makefile.mk
index aa3c149..721ae1a 100644
--- a/chart2/source/view/makefile.mk
+++ b/chart2/source/view/makefile.mk
@@ -95,9 +95,6 @@ SHL1DEF=		$(MISC)$/$(SHL1TARGET).def
 #Specifies the library name to parse for symbols. For Win32 only.
 DEFLIB1NAME=	$(TARGET)
 
-#A file of symbols to export.
-#DEF1EXPORTFILE=	$(PRJ)$/source$/inc$/exports.dxp
-
 #--------definition file
 
 #name of the definition file:
diff --git a/sc/source/ui/app/makefile.mk b/sc/source/ui/app/makefile.mk
index 95b36b1..4e6078b 100644
--- a/sc/source/ui/app/makefile.mk
+++ b/sc/source/ui/app/makefile.mk
@@ -56,9 +56,6 @@ EXCEPTIONSFILES= \
     $(SLO)$/typemap.obj \
     $(SLO)$/transobj.obj
 
-#LIB3TARGET=$(SLB)$/ysclib.lib
-#LIB3OBJFILES=$(SLO)$/sclib.obj
-
 # --- Targets -------------------------------------------------------
 
 .INCLUDE :  target.mk
diff --git a/sc/source/ui/vba/testvba/makefile.mk b/sc/source/ui/vba/testvba/makefile.mk
index fb131f3..20bdeca 100644
--- a/sc/source/ui/vba/testvba/makefile.mk
+++ b/sc/source/ui/vba/testvba/makefile.mk
@@ -43,6 +43,7 @@ dummy:
 
 INCPRE=$(INCCOM)$/$(TARGET)
 CDEFS+=-DVBA_OOBUILD_HACK
+
 # ------------------------------------------------------------------
 
 SLOFILES= \
@@ -63,7 +64,4 @@ APP1STDLIBS=\
         $(TOOLSLIB) \
         $(UNOTOOLSLIB) \
 
-#APP1OBJS= $(OBJ)$/testclient.obj
 .INCLUDE :	target.mk
-
-


More information about the Libreoffice-commits mailing list