diff options
Diffstat (limited to 'setup_native/source/win32/customactions/reg64/makefile.mk')
-rw-r--r-- | setup_native/source/win32/customactions/reg64/makefile.mk | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/setup_native/source/win32/customactions/reg64/makefile.mk b/setup_native/source/win32/customactions/reg64/makefile.mk index 04117c103..5e807cfbe 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 - -# ------------------------------------------------------------------------- - - |