summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:48:50 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 12:11:50 +0100
commit98df445a7d1a24e3c01381a5debea1ce58bb5cf4 (patch)
tree304fd6379bd2ccd0229fd2fc100e89e778742362 /desktop/win32
parent7bdd6275f136edf04449970c915968ee4f31b76a (diff)
Clean up makefiles
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/officeloader/makefile.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/desktop/win32/source/officeloader/makefile.mk b/desktop/win32/source/officeloader/makefile.mk
index 10758727b743..5609dea25085 100644
--- a/desktop/win32/source/officeloader/makefile.mk
+++ b/desktop/win32/source/officeloader/makefile.mk
@@ -30,7 +30,6 @@ PRJ=..$/..$/..
PRJNAME=desktop
TARGET=officeloader
LIBTARGET=NO
-#TARGETTYPE=GUI
# --- Settings -----------------------------------------------------
@@ -41,23 +40,6 @@ LIBTARGET=NO
OBJFILES = \
$(OBJ)$/officeloader.obj
-#APP1TARGET=so$/officeloader
-#APP1NOSAL=TRUE
-#APP1LINKRES=$(MISC)$/$(TARGET).res
-#APP1ICON=$(SOLARRESDIR)$/icons/001_star_main.ico
-#APP1OBJS = \
-# $(OBJ)$/officeloader.obj
-
-#APP2TARGET=officeloader
-#APP2NOSAL=TRUE
-#APP2LINKRES=$(MISC)$/$(TARGET).res
-#APP2ICON=$(SOLARRESDIR)$/icons/ooo_gulls.ico
-#APP2OBJS = \
-# $(OBJ)$/officeloader.obj
-
-
# --- Targets ------------------------------------------------------
-
.INCLUDE : target.mk
-