diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:48:18 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:48:18 +0100 |
commit | 1948a4fb13dfd6d80f954fbb11b37b34b4443c60 (patch) | |
tree | f4cdc708dffdd322c8e5d9c2b2bec23aa823b867 /animations/source | |
parent | 3f33f00305633b67ef7676c234b42918e28cdd49 (diff) |
Clean up makefiles
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/makefile.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/animations/source/animcore/makefile.mk b/animations/source/animcore/makefile.mk index b78460ada157..c2a10716b844 100644 --- a/animations/source/animcore/makefile.mk +++ b/animations/source/animcore/makefile.mk @@ -24,24 +24,21 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + PRJ=..$/.. PRJNAME=animations TARGET=animcore ENABLE_EXCEPTIONS=TRUE NO_BSYMBOLIC=TRUE -#COMP1TYPELIST=$(TARGET) -#COMPRDB=$(SOLARBINDIR)$/offapi.rdb # --- Settings ----------------------------------------------------- + .INCLUDE : settings.mk + .IF "$(L10N_framework)"=="" -# --- Files -------------------------------------------------------- -#UNOUCRDEP=$(SOLARBINDIR)$/offapi.rdb -#UNOUCRRDB=$(SOLARBINDIR)$/offapi.rdb -#UNOUCROUT=$(OUT)$/inc$/animations -#INCPRE+= $(UNOUCROUT) +# --- Files -------------------------------------------------------- SLOFILES = $(SLO)$/animcore.obj\ $(SLO)$/factreg.obj\ @@ -66,5 +63,5 @@ DEF1NAME= $(SHL1TARGET) .ENDIF # L10N_framework # --- Targets ------------------------------------------------------ -.INCLUDE : target.mk +.INCLUDE : target.mk |