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