other-licenses/nsis/Contrib/CertCheck/CertCheck.dsp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/nsis/Contrib/CertCheck/CertCheck.dsp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,159 @@
     1.4 +# Microsoft Developer Studio Project File - Name="CertCheck" - 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=CertCheck - Win32 Debug Unicode
    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 "CertCheck.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 "CertCheck.mak" CFG="CertCheck - Win32 Debug Unicode"
    1.20 +!MESSAGE 
    1.21 +!MESSAGE Possible choices for configuration are:
    1.22 +!MESSAGE 
    1.23 +!MESSAGE "CertCheck - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
    1.24 +!MESSAGE "CertCheck - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
    1.25 +!MESSAGE "CertCheck - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
    1.26 +!MESSAGE "CertCheck - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
    1.27 +!MESSAGE 
    1.28 +
    1.29 +# Begin Project
    1.30 +# PROP AllowPerConfigDependencies 0
    1.31 +# PROP Scc_ProjName ""
    1.32 +# PROP Scc_LocalPath ""
    1.33 +CPP=cl.exe
    1.34 +MTL=midl.exe
    1.35 +RSC=rc.exe
    1.36 +
    1.37 +!IF  "$(CFG)" == "CertCheck - Win32 Release"
    1.38 +
    1.39 +# PROP BASE Use_MFC 0
    1.40 +# PROP BASE Use_Debug_Libraries 0
    1.41 +# PROP BASE Output_Dir "Release"
    1.42 +# PROP BASE Intermediate_Dir "Release"
    1.43 +# PROP BASE Target_Dir ""
    1.44 +# PROP Use_MFC 0
    1.45 +# PROP Use_Debug_Libraries 0
    1.46 +# PROP Output_Dir "Release"
    1.47 +# PROP Intermediate_Dir "Release"
    1.48 +# PROP Ignore_Export_Lib 0
    1.49 +# PROP Target_Dir ""
    1.50 +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
    1.51 +# ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
    1.52 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
    1.53 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
    1.54 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
    1.55 +# ADD RSC /l 0x409 /d "NDEBUG"
    1.56 +BSC32=bscmake.exe
    1.57 +# ADD BASE BSC32 /nologo
    1.58 +# ADD BSC32 /nologo
    1.59 +LINK32=link.exe
    1.60 +# 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.61 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /machine:I386 /nodefaultlib /out:"../../Plugins/CertCheck.dll" /opt:nowin98
    1.62 +# SUBTRACT LINK32 /pdb:none
    1.63 +
    1.64 +!ELSEIF  "$(CFG)" == "CertCheck - Win32 Debug"
    1.65 +
    1.66 +# PROP BASE Use_MFC 0
    1.67 +# PROP BASE Use_Debug_Libraries 1
    1.68 +# PROP BASE Output_Dir "Debug"
    1.69 +# PROP BASE Intermediate_Dir "Debug"
    1.70 +# PROP BASE Target_Dir ""
    1.71 +# PROP Use_MFC 0
    1.72 +# PROP Use_Debug_Libraries 1
    1.73 +# PROP Output_Dir "Debug"
    1.74 +# PROP Intermediate_Dir "Debug"
    1.75 +# PROP Ignore_Export_Lib 0
    1.76 +# PROP Target_Dir ""
    1.77 +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /GZ /c
    1.78 +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /GZ /c
    1.79 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
    1.80 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
    1.81 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
    1.82 +# ADD RSC /l 0x409 /d "_DEBUG"
    1.83 +BSC32=bscmake.exe
    1.84 +# ADD BASE BSC32 /nologo
    1.85 +# ADD BSC32 /nologo
    1.86 +LINK32=link.exe
    1.87 +# 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.88 +# 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.89 +
    1.90 +!ELSEIF  "$(CFG)" == "CertCheck - Win32 Release Unicode"
    1.91 +
    1.92 +# PROP BASE Use_MFC 0
    1.93 +# PROP BASE Use_Debug_Libraries 0
    1.94 +# PROP BASE Output_Dir "CertCheck___Win32_Release_Unicode"
    1.95 +# PROP BASE Intermediate_Dir "CertCheck___Win32_Release_Unicode"
    1.96 +# PROP BASE Ignore_Export_Lib 0
    1.97 +# PROP BASE Target_Dir ""
    1.98 +# PROP Use_MFC 0
    1.99 +# PROP Use_Debug_Libraries 0
   1.100 +# PROP Output_Dir "Release_Unicode"
   1.101 +# PROP Intermediate_Dir "Release_Unicode"
   1.102 +# PROP Ignore_Export_Lib 1
   1.103 +# PROP Target_Dir ""
   1.104 +# ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
   1.105 +# ADD CPP /nologo /MT /W3 /GX /O1 /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
   1.106 +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   1.107 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   1.108 +# ADD BASE RSC /l 0x409 /d "NDEBUG"
   1.109 +# ADD RSC /l 0x409 /d "NDEBUG"
   1.110 +BSC32=bscmake.exe
   1.111 +# ADD BASE BSC32 /nologo
   1.112 +# ADD BSC32 /nologo
   1.113 +LINK32=link.exe
   1.114 +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /machine:I386 /nodefaultlib /out:"../../Plugins/CertCheck.dll" /opt:nowin98
   1.115 +# SUBTRACT BASE LINK32 /pdb:none
   1.116 +# ADD LINK32 wininet.lib kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /entry:"DllMain" /dll /machine:I386 /out:"./Unicode/CertCheck.dll" /opt:nowin98
   1.117 +# SUBTRACT LINK32 /pdb:none /nodefaultlib
   1.118 +
   1.119 +!ELSEIF  "$(CFG)" == "CertCheck - Win32 Debug Unicode"
   1.120 +
   1.121 +# PROP BASE Use_MFC 0
   1.122 +# PROP BASE Use_Debug_Libraries 1
   1.123 +# PROP BASE Output_Dir "CertCheck___Win32_Debug_Unicode"
   1.124 +# PROP BASE Intermediate_Dir "CertCheck___Win32_Debug_Unicode"
   1.125 +# PROP BASE Target_Dir ""
   1.126 +# PROP Use_MFC 0
   1.127 +# PROP Use_Debug_Libraries 1
   1.128 +# PROP Output_Dir "Debug_Unicode"
   1.129 +# PROP Intermediate_Dir "Debug_Unicode"
   1.130 +# PROP Ignore_Export_Lib 0
   1.131 +# PROP Target_Dir ""
   1.132 +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /GZ /c
   1.133 +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "UNICODE" /D "_UNICODE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /GZ /c
   1.134 +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   1.135 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   1.136 +# ADD BASE RSC /l 0x409 /d "_DEBUG"
   1.137 +# ADD RSC /l 0x409 /d "_DEBUG"
   1.138 +BSC32=bscmake.exe
   1.139 +# ADD BASE BSC32 /nologo
   1.140 +# ADD BSC32 /nologo
   1.141 +LINK32=link.exe
   1.142 +# 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.143 +# 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.144 +
   1.145 +!ENDIF 
   1.146 +
   1.147 +# Begin Target
   1.148 +
   1.149 +# Name "CertCheck - Win32 Release"
   1.150 +# Name "CertCheck - Win32 Debug"
   1.151 +# Name "CertCheck - Win32 Release Unicode"
   1.152 +# Name "CertCheck - Win32 Debug Unicode"
   1.153 +# Begin Group "Source Files"
   1.154 +
   1.155 +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
   1.156 +# Begin Source File
   1.157 +
   1.158 +SOURCE=.\CertCheck.cpp
   1.159 +# End Source File
   1.160 +# End Group
   1.161 +# End Target
   1.162 +# End Project

mercurial