summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-02 11:46:03 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-02 12:06:11 +0100
commit4327ec0deee4b5362354bd4bc0ec885a412cd071 (patch)
tree5ce6ce3b4b2408d57cba606f9e22559fcac2d46a /setup_native
parente5c11afa976b03cb55d33cf09e57ccec286ddb9b (diff)
Clean up makefiles
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/languagepacks/makefile.mk5
-rwxr-xr-xsetup_native/source/win32/customactions/patch/makefile.mk1
-rw-r--r--setup_native/source/win32/customactions/reg64/makefile.mk27
3 files changed, 0 insertions, 33 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk
index 8da47ab1cc4f..cf703e033c8e 100644
--- a/setup_native/source/win32/customactions/languagepacks/makefile.mk
+++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk
@@ -74,7 +74,6 @@ STDSHL+= \
-lmsvcrt
.ENDIF
-#SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS = $(SLOFILES) \
$(SLO)$/registerextensions.obj \
@@ -94,7 +93,3 @@ DEF1EXPORTFILE=exports.dxp
# --- Targets --------------------------------------------------------------
.INCLUDE : target.mk
-
-# -------------------------------------------------------------------------
-
-
diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk
index 57705389248f..3abd9988b486 100755
--- a/setup_native/source/win32/customactions/patch/makefile.mk
+++ b/setup_native/source/win32/customactions/patch/makefile.mk
@@ -69,7 +69,6 @@ STDSHL+= \
-lmsvcrt
.ENDIF
-#SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1OBJS = $(SLOFILES) \
$(SLO)$/respintest.obj \
diff --git a/setup_native/source/win32/customactions/reg64/makefile.mk b/setup_native/source/win32/customactions/reg64/makefile.mk
index 04117c10365d..5e807cfbebb8 100644
--- a/setup_native/source/win32/customactions/reg64/makefile.mk
+++ b/setup_native/source/win32/customactions/reg64/makefile.mk
@@ -63,8 +63,6 @@ STDSHL += \
$(MSILIB)\
$(SHLWAPILIB)\
-# msvcprt.lib
-
SHL1TARGET = $(TARGET)
SHL1IMPLIB = i$(TARGET)
@@ -76,33 +74,8 @@ DEF1EXPORTFILE=exports.dxp
.ENDIF
-
-# --- mapimailer --------------------------------------------------------
-
-#TARGETTYPE=CUI
-
-#OBJFILES= $(OBJ)$/reg64.obj
-
-#APP1TARGET=reg64
-#APP1OBJS=$(OBJFILES)
-#APP1STDLIBS=$(KERNEL32LIB)\
-# $(ADVAPI32LIB)\
-# $(MSILIB)\
-# $(SHELL32LIB)\
-# msvcprt.lib\
-# $(OLE32LIB)\
-# $(COMCTL32LIB)\
-# $(UUIDLIB)
-
-
-#APP1DEF=$(MISC)$/$(APP1TARGET).def
-
# --- Targets --------------------------------------------------------------
.INCLUDE : target.mk
INCLUDE!:=$(subst,/stl, $(INCLUDE))
.EXPORT : INCLUDE
-
-# -------------------------------------------------------------------------
-
-