diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 18:00:07 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 18:00:07 +0100 |
commit | c467f8aca17c70b687acd1ec57a8c681469a4247 (patch) | |
tree | 3f37ed615c11509f5a40c34e285bcfe30a289863 /cosv | |
parent | 0657260d6fbc176f79eb5c880e7fcaf40b37d881 (diff) |
Clean up makefiles
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/storage/makefile.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cosv/source/storage/makefile.mk b/cosv/source/storage/makefile.mk index 84e396c425ba..902e8c748c61 100644 --- a/cosv/source/storage/makefile.mk +++ b/cosv/source/storage/makefile.mk @@ -32,17 +32,11 @@ TARGET=cosv_storage ENABLE_EXCEPTIONS=true - - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk - .INCLUDE : $(PRJ)$/source$/fullcpp.mk - - - # --- Files -------------------------------------------------------- OBJFILES= \ @@ -54,16 +48,6 @@ OBJFILES= \ $(OBJ)$/ploc_dir.obj \ $(OBJ)$/plocroot.obj -#SLOFILES= \ -# $(SLO)$/file.obj \ -# $(SLO)$/csfileim.obj \ -# $(SLO)$/memstorg.obj - - - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - - - |