Clean up makefiles
This commit is contained in:
parent
3f33f00305
commit
1948a4fb13
1 changed files with 7 additions and 10 deletions
|
@ -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)
|
||||
|
||||
.INCLUDE : settings.mk
|
||||
|
||||
.IF "$(L10N_framework)"==""
|
||||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
SLOFILES = $(SLO)$/animcore.obj\
|
||||
$(SLO)$/factreg.obj\
|
||||
|
@ -66,5 +63,5 @@ DEF1NAME= $(SHL1TARGET)
|
|||
.ENDIF # L10N_framework
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
.INCLUDE : target.mk
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
|
Loading…
Reference in a new issue