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 /svx | |
parent | 56d652d8a249b10037879b857debd879e262c5cf (diff) |
Clean up makefiles
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gengal/makefile.mk | 5 | ||||
-rw-r--r-- | svx/source/items/makefile.mk | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/gengal/makefile.mk b/svx/source/gengal/makefile.mk index eefe8679a139..f3e119a8a7fd 100644 --- a/svx/source/gengal/makefile.mk +++ b/svx/source/gengal/makefile.mk @@ -64,11 +64,6 @@ APP1STDLIBS=$(TOOLSLIB) \ $(UCBHELPERLIB) \ $(SVXCORELIB) -#.IF "$(COM)"=="GCC" -#ADDOPTFILES=$(OBJ)$/gengal.obj -#add_cflagscxx="-frtti -fexceptions" -#.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk diff --git a/svx/source/items/makefile.mk b/svx/source/items/makefile.mk index 8bd3edc036e7..b2f20337191e 100644 --- a/svx/source/items/makefile.mk +++ b/svx/source/items/makefile.mk @@ -30,7 +30,6 @@ PRJ=..$/.. PROJECTPCH4DLL=TRUE PROJECTPCH=svxpch PROJECTPCHSOURCE=$(PRJ)$/util$/svxpch -#ENABLE_EXCEPTIONS=TRUE PRJNAME=svx TARGET=items |