diff options
Diffstat (limited to 'shell/source')
-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 |