diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:55:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:56:10 +0100 |
commit | 9d4fdd4f187ae3082ba5077fbdf33e48aaae3821 (patch) | |
tree | 08c98c84cc291bc5b469581c1ed48580e1648072 /sfx2 | |
parent | 56d652d8a249b10037879b857debd879e262c5cf (diff) |
Clean up makefiles
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/complex/docinfo/makefile.mk | 2 | ||||
-rw-r--r-- | sfx2/sdi/makefile.mk | 2 | ||||
-rw-r--r-- | sfx2/source/doc/makefile.mk | 2 | ||||
-rw-r--r-- | sfx2/util/makefile.mk | 3 |
4 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/qa/complex/docinfo/makefile.mk b/sfx2/qa/complex/docinfo/makefile.mk index 8c3525541062..0c350f1a9618 100644 --- a/sfx2/qa/complex/docinfo/makefile.mk +++ b/sfx2/qa/complex/docinfo/makefile.mk @@ -31,8 +31,8 @@ PRJNAME = sfx2 PACKAGE = complex$/docinfo # --- Settings ----------------------------------------------------- -.INCLUDE: settings.mk +.INCLUDE: settings.mk #----- compile .java files ----------------------------------------- diff --git a/sfx2/sdi/makefile.mk b/sfx2/sdi/makefile.mk index c02e51eb6998..07e8a4b7fe19 100644 --- a/sfx2/sdi/makefile.mk +++ b/sfx2/sdi/makefile.mk @@ -39,9 +39,9 @@ TARGET=sfxslots SDI1NAME=$(TARGET) SDI1EXPORT=sfx -#SIDHRCNAME=sfx.hrc unused??? .ENDIF + # --- Files -------------------------------------------------------- SVSDI1DEPEND= \ diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index b1bddf82e428..d663d34cf5ba 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -87,8 +87,6 @@ SLOFILES = \ $(SLO)$/syspath.obj \ $(SLO)$/syspathw32.obj -# $(SLO)$/applet.obj \ - .IF "$(GUI)" == "WNT" #HACK TO DISABLE PCH diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index b9b4d7acefe4..9e20a82d4252 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -115,8 +115,6 @@ SHL1DEPN += $(shell @$(FIND) $(SLO) -type f -name "*.OBJ" -print) SHL1LIBS= $(LIB1TARGET) -#SHL1OBJS= $(SLO)$/sfxdll.obj - SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME =$(SHL1TARGET) @@ -159,5 +157,4 @@ SHL3NOCHECK=TRUE # --- Targets ------------------------------------------------------ - .INCLUDE : target.mk |