diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 11:48:50 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-02 12:11:50 +0100 |
commit | 98df445a7d1a24e3c01381a5debea1ce58bb5cf4 (patch) | |
tree | 304fd6379bd2ccd0229fd2fc100e89e778742362 /formula/source | |
parent | 7bdd6275f136edf04449970c915968ee4f31b76a (diff) |
Clean up makefiles
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/resource/makefile.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/formula/source/ui/resource/makefile.mk b/formula/source/ui/resource/makefile.mk index 602359e1ea49..fd6a5351bac2 100644 --- a/formula/source/ui/resource/makefile.mk +++ b/formula/source/ui/resource/makefile.mk @@ -30,6 +30,7 @@ PRJINC=$(PRJ)$/source PRJNAME=formula TARGET=ui_resource ENABLE_EXCEPTIONS=TRUE + # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -37,11 +38,6 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- -#SRS1NAME=ui_res -#SRC1FILES= \ -# ui_resource.src - - SLOFILES= $(SLO)$/ModuleHelper.obj \ # --- Targets ---------------------------------- |