diff options
-rw-r--r-- | cosv/source/storage/makefile.mk | 16 | ||||
-rw-r--r-- | odk/util/odk_rules.pmk | 1 |
2 files changed, 0 insertions, 17 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 - - - diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk index bb62664053f1..fd5ee3d0ded2 100644 --- a/odk/util/odk_rules.pmk +++ b/odk/util/odk_rules.pmk @@ -141,7 +141,6 @@ $(DESTDIRJAR)/com/sun/star/lib/loader/%.class : $(CLASSDIR)/com/sun/star/lib/loa $(DESTDIRIDL)/% : $(IDLOUT)/% $(MY_TEXTCOPY) $< $@ -# @touch $(IDL_DOCU_CLEANUP_FLAG) $(DESTDIRINC)/udkversion.mk : @@-rm -f $@ |