From 0eacd393b4d92f2f34b3f9290b9a57120526317e Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 25 Nov 2006 16:24:41 +0000 Subject: [PATCH] Remove unused libraries on Windows --- Makefile.nmake | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile.nmake b/Makefile.nmake index c7cd27e..d765ef2 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -2,10 +2,8 @@ CXXFLAGS_DEV = -g -O0 -Wall -Woverloaded-virtual -Wshadow -Werror -DDEV -D_GNU_S CXXFLAGS_REL = /I"$(DXSDK_DIR)\Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "NEW_DEMUXER" /nologo /EHsc /MD /GS /W3 /c /TP LDFLAGS = /INCREMENTAL:NO /NOLOGO /NODEFAULTLIB /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LIBPATH:"$(DXSDK_DIR)\Lib\x86" +LIBS = Msvcrt.lib Ws2_32.lib shlwapi.lib d3d9.lib d3dx9.lib Iphlpapi.lib Strmiids.lib winmm.lib MSVCPRT.lib kernel32.lib user32.lib gdi32.lib ole32.lib uuid.lib - - -LIBS = Msvcrt.lib Ws2_32.lib shlwapi.lib d3d9.lib d3dx9.lib Iphlpapi.lib Strmiids.lib winmm.lib MSVCPRT.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib CROSSLIBS = !include "objects.mk" @@ -37,7 +35,7 @@ vompwin.res:vompwin.rc $(RC) /fo"vompwin.res" "vompwin.rc" clean: - del *.o - del vompclient.exe - del fonts\*.o + del *.o + del vompclient.exe + del fonts\*.o -- 2.39.2