diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:51:00 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 10:51:00 +0000 |
commit | 1cf7cc3666a9b4a8339e87897eb521b454b7fdcb (patch) | |
tree | 02ce4dd6988027a8753b683c7d15ea6d2ff941a4 /starmath | |
parent | 623483975b9c95b82663562d6249a11109ffc00b (diff) |
INTEGRATION: CWS shutup2 (1.31.72); FILE MERGED
2008/04/16 14:47:56 rt 1.31.72.3: RESYNC: (1.31-1.34); FILE MERGED
2008/02/27 12:53:00 rt 1.31.72.2: #i86502# Removed unused CDEF USE_POLYGON
2008/02/27 08:46:13 rt 1.31.72.1: #i86502# SOLARINCDIR/offuh already is part of standard include path, no need to set it here a second time.
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/makefile.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/starmath/source/makefile.mk b/starmath/source/makefile.mk index 99ace189a5c6..bb7d99a30ddb 100644 --- a/starmath/source/makefile.mk +++ b/starmath/source/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.34 $ +# $Revision: 1.35 $ # # This file is part of OpenOffice.org. # @@ -41,7 +41,6 @@ LIBTARGET=NO # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- @@ -110,10 +109,6 @@ LIB1OBJFILES = \ # --- Targets ------------------------------------------------------- -.IF "$(GUI)"=="UNX" -CDEFS+=-DUSE_POLYGON -.ENDIF - LOCALIZE_ME = menu_tmpl.src |