diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:55:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:56:10 +0100 |
commit | 9d4fdd4f187ae3082ba5077fbdf33e48aaae3821 (patch) | |
tree | 08c98c84cc291bc5b469581c1ed48580e1648072 /shell | |
parent | 56d652d8a249b10037879b857debd879e262c5cf (diff) |
Clean up makefiles
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/sysshell/makefile.mk | 3 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/thumbviewer/makefile.mk | 1 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/util/makefile.mk | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/shell/source/unix/sysshell/makefile.mk b/shell/source/unix/sysshell/makefile.mk index 3d8a55d4377f..2656fdb8557e 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 1b7dd103026e..01936460fae7 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 8ccf50602f93..195bf9fac6fe 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 |