summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-01 17:55:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-01 17:56:10 +0100
commitf30f2485fbbf113c8439460a61ccd670fa1adb2a (patch)
treef8955c22cdb638d46ee3146f91aa73f17c54c55b /shell
parent6fdbbed5d0bbd3703c29e85148c0dbb0c2d07030 (diff)
Clean up makefiles
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/sysshell/makefile.mk3
-rw-r--r--shell/source/win32/shlxthandler/thumbviewer/makefile.mk1
-rw-r--r--shell/source/win32/shlxthandler/util/makefile.mk1
3 files changed, 0 insertions, 5 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk
index 3d8a55d437..2656fdb855 100644
--- a/shell/source/unix/sysshell/makefile.mk
+++ b/shell/source/unix/sysshell/makefile.mk
@@ -52,9 +52,6 @@ SHL1TARGET=recentfile
SHL1IMPLIB=i$(TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-
-.ELSE
-#SHL1IMPLIB=
.ENDIF
SHL1STDLIBS=$(EXPATASCII3RDLIB)\
diff --git a/shell/source/win32/shlxthandler/thumbviewer/makefile.mk b/shell/source/win32/shlxthandler/thumbviewer/makefile.mk
index 1b7dd10302..01936460fa 100644
--- a/shell/source/win32/shlxthandler/thumbviewer/makefile.mk
+++ b/shell/source/win32/shlxthandler/thumbviewer/makefile.mk
@@ -36,7 +36,6 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
CFLAGS+=-DWIN32_LEAN_AND_MEAN -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501
-#CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820
CDEFS+=-D_WIN32_IE=0x501
# --- Files --------------------------------------------------------
diff --git a/shell/source/win32/shlxthandler/util/makefile.mk b/shell/source/win32/shlxthandler/util/makefile.mk
index 8ccf50602f..195bf9fac6 100644
--- a/shell/source/win32/shlxthandler/util/makefile.mk
+++ b/shell/source/win32/shlxthandler/util/makefile.mk
@@ -28,7 +28,6 @@
PRJ=..$/..$/..$/..
PRJNAME=shell
TARGET=util
-#LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE