From ded89f6ae2187cd88ad17d0392ee2b17253eb82d Mon Sep 17 00:00:00 2001 From: "av%netscape.com" Date: Sat, 18 Aug 2001 00:11:16 +0000 Subject: [PATCH] Fixing project file for the spy plugin reflecting new folder structure, not part of the build, r=av --- modules/plugin/tools/spy/windows/npspy.dsp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/plugin/tools/spy/windows/npspy.dsp b/modules/plugin/tools/spy/windows/npspy.dsp index f547fc83d007..3c0b5853adca 100644 --- a/modules/plugin/tools/spy/windows/npspy.dsp +++ b/modules/plugin/tools/spy/windows/npspy.dsp @@ -40,6 +40,7 @@ RSC=rc.exe # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NPSPY_EXPORTS" /YX /FD /c # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\..\..\..\..\dist\include" /I "..\..\..\..\..\dist\include\nspr" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "NPSPY_EXPORTS" /YX /FD /c @@ -78,7 +79,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib version.lib advapi32.lib comctl32.lib mpr.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\..\dist\WIN32_D.OBJ\bin\plugins\npspy.dll" /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib version.lib advapi32.lib comctl32.lib mpr.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\..\..\dist\WIN32_D.OBJ\bin\plugins\npspy.dll" /pdbtype:sept !ENDIF @@ -99,10 +100,6 @@ SOURCE=..\common\epmanager.cpp # End Source File # Begin Source File -SOURCE=..\common\fileutils.cpp -# End Source File -# Begin Source File - SOURCE=..\common\format.cpp # End Source File # Begin Source File @@ -175,6 +172,10 @@ SOURCE=.\profilew.cpp # End Source File # Begin Source File +SOURCE=..\common\utils.cpp +# End Source File +# Begin Source File + SOURCE=.\winentry.cpp # End Source File # End Group