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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

michael@0 1 # Microsoft Developer Studio Project File - Name="CertCheck" - Package Owner=<4>
michael@0 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
michael@0 3 # ** DO NOT EDIT **
michael@0 4
michael@0 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
michael@0 6
michael@0 7 CFG=CertCheck - Win32 Debug Unicode
michael@0 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
michael@0 9 !MESSAGE use the Export Makefile command and run
michael@0 10 !MESSAGE
michael@0 11 !MESSAGE NMAKE /f "CertCheck.mak".
michael@0 12 !MESSAGE
michael@0 13 !MESSAGE You can specify a configuration when running NMAKE
michael@0 14 !MESSAGE by defining the macro CFG on the command line. For example:
michael@0 15 !MESSAGE
michael@0 16 !MESSAGE NMAKE /f "CertCheck.mak" CFG="CertCheck - Win32 Debug Unicode"
michael@0 17 !MESSAGE
michael@0 18 !MESSAGE Possible choices for configuration are:
michael@0 19 !MESSAGE
michael@0 20 !MESSAGE "CertCheck - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 21 !MESSAGE "CertCheck - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 22 !MESSAGE "CertCheck - Win32 Release Unicode" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 23 !MESSAGE "CertCheck - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 24 !MESSAGE
michael@0 25
michael@0 26 # Begin Project
michael@0 27 # PROP AllowPerConfigDependencies 0
michael@0 28 # PROP Scc_ProjName ""
michael@0 29 # PROP Scc_LocalPath ""
michael@0 30 CPP=cl.exe
michael@0 31 MTL=midl.exe
michael@0 32 RSC=rc.exe
michael@0 33
michael@0 34 !IF "$(CFG)" == "CertCheck - Win32 Release"
michael@0 35
michael@0 36 # PROP BASE Use_MFC 0
michael@0 37 # PROP BASE Use_Debug_Libraries 0
michael@0 38 # PROP BASE Output_Dir "Release"
michael@0 39 # PROP BASE Intermediate_Dir "Release"
michael@0 40 # PROP BASE Target_Dir ""
michael@0 41 # PROP Use_MFC 0
michael@0 42 # PROP Use_Debug_Libraries 0
michael@0 43 # PROP Output_Dir "Release"
michael@0 44 # PROP Intermediate_Dir "Release"
michael@0 45 # PROP Ignore_Export_Lib 0
michael@0 46 # PROP Target_Dir ""
michael@0 47 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
michael@0 48 # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
michael@0 49 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 50 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 51 # ADD BASE RSC /l 0x409 /d "NDEBUG"
michael@0 52 # ADD RSC /l 0x409 /d "NDEBUG"
michael@0 53 BSC32=bscmake.exe
michael@0 54 # ADD BASE BSC32 /nologo
michael@0 55 # ADD BSC32 /nologo
michael@0 56 LINK32=link.exe
michael@0 57 # 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
michael@0 58 # 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
michael@0 59 # SUBTRACT LINK32 /pdb:none
michael@0 60
michael@0 61 !ELSEIF "$(CFG)" == "CertCheck - Win32 Debug"
michael@0 62
michael@0 63 # PROP BASE Use_MFC 0
michael@0 64 # PROP BASE Use_Debug_Libraries 1
michael@0 65 # PROP BASE Output_Dir "Debug"
michael@0 66 # PROP BASE Intermediate_Dir "Debug"
michael@0 67 # PROP BASE Target_Dir ""
michael@0 68 # PROP Use_MFC 0
michael@0 69 # PROP Use_Debug_Libraries 1
michael@0 70 # PROP Output_Dir "Debug"
michael@0 71 # PROP Intermediate_Dir "Debug"
michael@0 72 # PROP Ignore_Export_Lib 0
michael@0 73 # PROP Target_Dir ""
michael@0 74 # 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
michael@0 75 # 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
michael@0 76 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 77 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 78 # ADD BASE RSC /l 0x409 /d "_DEBUG"
michael@0 79 # ADD RSC /l 0x409 /d "_DEBUG"
michael@0 80 BSC32=bscmake.exe
michael@0 81 # ADD BASE BSC32 /nologo
michael@0 82 # ADD BSC32 /nologo
michael@0 83 LINK32=link.exe
michael@0 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
michael@0 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
michael@0 86
michael@0 87 !ELSEIF "$(CFG)" == "CertCheck - Win32 Release Unicode"
michael@0 88
michael@0 89 # PROP BASE Use_MFC 0
michael@0 90 # PROP BASE Use_Debug_Libraries 0
michael@0 91 # PROP BASE Output_Dir "CertCheck___Win32_Release_Unicode"
michael@0 92 # PROP BASE Intermediate_Dir "CertCheck___Win32_Release_Unicode"
michael@0 93 # PROP BASE Ignore_Export_Lib 0
michael@0 94 # PROP BASE Target_Dir ""
michael@0 95 # PROP Use_MFC 0
michael@0 96 # PROP Use_Debug_Libraries 0
michael@0 97 # PROP Output_Dir "Release_Unicode"
michael@0 98 # PROP Intermediate_Dir "Release_Unicode"
michael@0 99 # PROP Ignore_Export_Lib 1
michael@0 100 # PROP Target_Dir ""
michael@0 101 # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CertCheck_EXPORTS" /YX /FD /c
michael@0 102 # 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
michael@0 103 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 104 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 105 # ADD BASE RSC /l 0x409 /d "NDEBUG"
michael@0 106 # ADD RSC /l 0x409 /d "NDEBUG"
michael@0 107 BSC32=bscmake.exe
michael@0 108 # ADD BASE BSC32 /nologo
michael@0 109 # ADD BSC32 /nologo
michael@0 110 LINK32=link.exe
michael@0 111 # 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
michael@0 112 # SUBTRACT BASE LINK32 /pdb:none
michael@0 113 # 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
michael@0 114 # SUBTRACT LINK32 /pdb:none /nodefaultlib
michael@0 115
michael@0 116 !ELSEIF "$(CFG)" == "CertCheck - Win32 Debug Unicode"
michael@0 117
michael@0 118 # PROP BASE Use_MFC 0
michael@0 119 # PROP BASE Use_Debug_Libraries 1
michael@0 120 # PROP BASE Output_Dir "CertCheck___Win32_Debug_Unicode"
michael@0 121 # PROP BASE Intermediate_Dir "CertCheck___Win32_Debug_Unicode"
michael@0 122 # PROP BASE Target_Dir ""
michael@0 123 # PROP Use_MFC 0
michael@0 124 # PROP Use_Debug_Libraries 1
michael@0 125 # PROP Output_Dir "Debug_Unicode"
michael@0 126 # PROP Intermediate_Dir "Debug_Unicode"
michael@0 127 # PROP Ignore_Export_Lib 0
michael@0 128 # PROP Target_Dir ""
michael@0 129 # 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
michael@0 130 # 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
michael@0 131 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 132 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 133 # ADD BASE RSC /l 0x409 /d "_DEBUG"
michael@0 134 # ADD RSC /l 0x409 /d "_DEBUG"
michael@0 135 BSC32=bscmake.exe
michael@0 136 # ADD BASE BSC32 /nologo
michael@0 137 # ADD BSC32 /nologo
michael@0 138 LINK32=link.exe
michael@0 139 # 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
michael@0 140 # 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
michael@0 141
michael@0 142 !ENDIF
michael@0 143
michael@0 144 # Begin Target
michael@0 145
michael@0 146 # Name "CertCheck - Win32 Release"
michael@0 147 # Name "CertCheck - Win32 Debug"
michael@0 148 # Name "CertCheck - Win32 Release Unicode"
michael@0 149 # Name "CertCheck - Win32 Debug Unicode"
michael@0 150 # Begin Group "Source Files"
michael@0 151
michael@0 152 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
michael@0 153 # Begin Source File
michael@0 154
michael@0 155 SOURCE=.\CertCheck.cpp
michael@0 156 # End Source File
michael@0 157 # End Group
michael@0 158 # End Target
michael@0 159 # End Project

mercurial