1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/other-licenses/nsis/Contrib/ServicesHelper/ServicesHelper.dsp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,115 @@ 1.4 +# Microsoft Developer Studio Project File - Name="ServicesHelper" - Package Owner=<4> 1.5 +# Microsoft Developer Studio Generated Build File, Format Version 6.00 1.6 +# ** DO NOT EDIT ** 1.7 + 1.8 +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 1.9 + 1.10 +CFG=ServicesHelper - Win32 Debug 1.11 +!MESSAGE This is not a valid makefile. To build this project using NMAKE, 1.12 +!MESSAGE use the Export Makefile command and run 1.13 +!MESSAGE 1.14 +!MESSAGE NMAKE /f "ServicesHelper.mak". 1.15 +!MESSAGE 1.16 +!MESSAGE You can specify a configuration when running NMAKE 1.17 +!MESSAGE by defining the macro CFG on the command line. For example: 1.18 +!MESSAGE 1.19 +!MESSAGE NMAKE /f "ServicesHelper.mak" CFG="ServicesHelper - Win32 Debug" 1.20 +!MESSAGE 1.21 +!MESSAGE Possible choices for configuration are: 1.22 +!MESSAGE 1.23 +!MESSAGE "ServicesHelper - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 1.24 +!MESSAGE "ServicesHelper - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 1.25 +!MESSAGE 1.26 + 1.27 +# Begin Project 1.28 +# PROP AllowPerConfigDependencies 0 1.29 +# PROP Scc_ProjName "" 1.30 +# PROP Scc_LocalPath "" 1.31 +CPP=cl.exe 1.32 +MTL=midl.exe 1.33 +RSC=rc.exe 1.34 + 1.35 +!IF "$(CFG)" == "ServicesHelper - Win32 Release" 1.36 + 1.37 +# PROP BASE Use_MFC 0 1.38 +# PROP BASE Use_Debug_Libraries 0 1.39 +# PROP BASE Output_Dir "Release" 1.40 +# PROP BASE Intermediate_Dir "Release" 1.41 +# PROP BASE Target_Dir "" 1.42 +# PROP Use_MFC 0 1.43 +# PROP Use_Debug_Libraries 0 1.44 +# PROP Output_Dir "Release" 1.45 +# PROP Intermediate_Dir "Release" 1.46 +# PROP Ignore_Export_Lib 0 1.47 +# PROP Target_Dir "" 1.48 +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /c 1.49 +# ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /D "_USRDLL" /D "EXDLL_EXPORTS" /D _WIN32_WINNT=0x0400 /FR /YX /FD /c 1.50 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 1.51 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 1.52 +# ADD BASE RSC /l 0x409 /d "NDEBUG" 1.53 +# ADD RSC /l 0x409 /d "NDEBUG" 1.54 +BSC32=bscmake.exe 1.55 +# ADD BASE BSC32 /nologo 1.56 +# ADD BSC32 /nologo 1.57 +LINK32=link.exe 1.58 +# 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 /machine:I386 1.59 +# ADD 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 MSVCRT.LIB /nologo /entry:"DllMain" /dll /machine:I386 /nodefaultlib /out:"../../Plugins/ServicesHelper.dll" /opt:nowin98 1.60 +# SUBTRACT LINK32 /pdb:none 1.61 + 1.62 +!ELSEIF "$(CFG)" == "ServicesHelper - Win32 Debug" 1.63 + 1.64 +# PROP BASE Use_MFC 0 1.65 +# PROP BASE Use_Debug_Libraries 1 1.66 +# PROP BASE Output_Dir "Debug" 1.67 +# PROP BASE Intermediate_Dir "Debug" 1.68 +# PROP BASE Target_Dir "" 1.69 +# PROP Use_MFC 0 1.70 +# PROP Use_Debug_Libraries 1 1.71 +# PROP Output_Dir "Debug" 1.72 +# PROP Intermediate_Dir "Debug" 1.73 +# PROP Target_Dir "" 1.74 +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c 1.75 +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c 1.76 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 1.77 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 1.78 +# ADD BASE RSC /l 0x409 /d "_DEBUG" 1.79 +# ADD RSC /l 0x409 /d "_DEBUG" 1.80 +BSC32=bscmake.exe 1.81 +# ADD BASE BSC32 /nologo 1.82 +# ADD BSC32 /nologo 1.83 +LINK32=link.exe 1.84 +# 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 1.85 +# ADD 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 1.86 + 1.87 +!ENDIF 1.88 + 1.89 +# Begin Target 1.90 + 1.91 +# Name "ServicesHelper - Win32 Release" 1.92 +# Name "ServicesHelper - Win32 Debug" 1.93 +# Begin Group "Source Files" 1.94 + 1.95 +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 1.96 +# Begin Source File 1.97 + 1.98 +SOURCE=\toolkit\mozapps\update\common\pathhash.cpp 1.99 +# End Source File 1.100 +# Begin Source File 1.101 + 1.102 +SOURCE=\toolkit\mozapps\update\common\pathhash.h 1.103 +# End Source File 1.104 +# Begin Source File 1.105 + 1.106 +SOURCE=.\Services.cpp 1.107 +# End Source File 1.108 +# End Group 1.109 +# Begin Group "Header Files" 1.110 + 1.111 +# PROP Default_Filter "h;hpp;hxx;hm;inl" 1.112 +# End Group 1.113 +# Begin Group "Resource Files" 1.114 + 1.115 +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 1.116 +# End Group 1.117 +# End Target 1.118 +# End Project