diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
| commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
| tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /socket.vcproj | |
| parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
| download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip | |
Decent makefiles!
Diffstat (limited to 'socket.vcproj')
| -rw-r--r-- | socket.vcproj | 217 |
1 files changed, 147 insertions, 70 deletions
diff --git a/socket.vcproj b/socket.vcproj index b7c4a08..195eb09 100644 --- a/socket.vcproj +++ b/socket.vcproj | |||
| @@ -1,116 +1,179 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject | 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" | 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" | 4 | Version="9.00" |
| 5 | Name="socket" | 5 | Name="socket" |
| 6 | ProjectGUID="{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" | 6 | ProjectGUID="{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" |
| 7 | Keyword="Win32Proj"> | 7 | Keyword="Win32Proj" |
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 8 | <Platforms> | 10 | <Platforms> |
| 9 | <Platform | 11 | <Platform |
| 10 | Name="Win32"/> | 12 | Name="Win32" |
| 13 | /> | ||
| 11 | </Platforms> | 14 | </Platforms> |
| 15 | <ToolFiles> | ||
| 16 | </ToolFiles> | ||
| 12 | <Configurations> | 17 | <Configurations> |
| 13 | <Configuration | 18 | <Configuration |
| 14 | Name="Debug|Win32" | 19 | Name="Debug|Win32" |
| 15 | OutputDirectory="src" | 20 | OutputDirectory="src" |
| 16 | IntermediateDirectory="src" | 21 | IntermediateDirectory="src" |
| 17 | ConfigurationType="2" | 22 | ConfigurationType="2" |
| 18 | CharacterSet="2"> | 23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 24 | CharacterSet="2" | ||
| 25 | > | ||
| 26 | <Tool | ||
| 27 | Name="VCPreBuildEventTool" | ||
| 28 | /> | ||
| 29 | <Tool | ||
| 30 | Name="VCCustomBuildTool" | ||
| 31 | /> | ||
| 32 | <Tool | ||
| 33 | Name="VCXMLDataGeneratorTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCWebServiceProxyGeneratorTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCMIDLTool" | ||
| 40 | /> | ||
| 19 | <Tool | 41 | <Tool |
| 20 | Name="VCCLCompilerTool" | 42 | Name="VCCLCompilerTool" |
| 21 | Optimization="0" | 43 | Optimization="0" |
| 22 | AdditionalIncludeDirectories="h:\include\lua5.1" | 44 | AdditionalIncludeDirectories="..\lua-5.1.4\src" |
| 23 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport)" | 45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS" |
| 24 | MinimalRebuild="TRUE" | 46 | MinimalRebuild="true" |
| 25 | BasicRuntimeChecks="3" | 47 | BasicRuntimeChecks="3" |
| 26 | RuntimeLibrary="3" | 48 | RuntimeLibrary="3" |
| 27 | UsePrecompiledHeader="0" | 49 | UsePrecompiledHeader="0" |
| 28 | WarningLevel="3" | 50 | WarningLevel="3" |
| 29 | Detect64BitPortabilityProblems="TRUE" | 51 | Detect64BitPortabilityProblems="false" |
| 30 | DebugInformationFormat="4"/> | 52 | DebugInformationFormat="4" |
| 53 | /> | ||
| 31 | <Tool | 54 | <Tool |
| 32 | Name="VCCustomBuildTool"/> | 55 | Name="VCManagedResourceCompilerTool" |
| 56 | /> | ||
| 57 | <Tool | ||
| 58 | Name="VCResourceCompilerTool" | ||
| 59 | /> | ||
| 60 | <Tool | ||
| 61 | Name="VCPreLinkEventTool" | ||
| 62 | /> | ||
| 33 | <Tool | 63 | <Tool |
| 34 | Name="VCLinkerTool" | 64 | Name="VCLinkerTool" |
| 35 | AdditionalDependencies="ws2_32.lib" | 65 | AdditionalDependencies="ws2_32.lib lua5.1.lib" |
| 36 | OutputFile="$(OutDir)/socket.dll" | 66 | OutputFile="$(OutDir)/socket.dll" |
| 37 | LinkIncremental="2" | 67 | LinkIncremental="2" |
| 38 | AdditionalLibraryDirectories="h:\lib" | 68 | AdditionalLibraryDirectories="..\lua-5.1.4" |
| 39 | GenerateDebugInformation="TRUE" | 69 | GenerateDebugInformation="true" |
| 40 | ProgramDatabaseFile="$(OutDir)/socket.pdb" | 70 | ProgramDatabaseFile="$(OutDir)/socket.pdb" |
| 41 | SubSystem="2" | 71 | SubSystem="2" |
| 72 | RandomizedBaseAddress="1" | ||
| 73 | DataExecutionPrevention="0" | ||
| 42 | ImportLibrary="$(OutDir)/socket.lib" | 74 | ImportLibrary="$(OutDir)/socket.lib" |
| 43 | TargetMachine="1"/> | 75 | TargetMachine="1" |
| 44 | <Tool | 76 | /> |
| 45 | Name="VCMIDLTool"/> | ||
| 46 | <Tool | ||
| 47 | Name="VCPostBuildEventTool"/> | ||
| 48 | <Tool | ||
| 49 | Name="VCPreBuildEventTool"/> | ||
| 50 | <Tool | 77 | <Tool |
| 51 | Name="VCPreLinkEventTool"/> | 78 | Name="VCALinkTool" |
| 79 | /> | ||
| 52 | <Tool | 80 | <Tool |
| 53 | Name="VCResourceCompilerTool"/> | 81 | Name="VCManifestTool" |
| 82 | /> | ||
| 54 | <Tool | 83 | <Tool |
| 55 | Name="VCWebServiceProxyGeneratorTool"/> | 84 | Name="VCXDCMakeTool" |
| 85 | /> | ||
| 56 | <Tool | 86 | <Tool |
| 57 | Name="VCXMLDataGeneratorTool"/> | 87 | Name="VCBscMakeTool" |
| 88 | /> | ||
| 58 | <Tool | 89 | <Tool |
| 59 | Name="VCWebDeploymentTool"/> | 90 | Name="VCFxCopTool" |
| 91 | /> | ||
| 60 | <Tool | 92 | <Tool |
| 61 | Name="VCManagedWrapperGeneratorTool"/> | 93 | Name="VCAppVerifierTool" |
| 94 | /> | ||
| 62 | <Tool | 95 | <Tool |
| 63 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | 96 | Name="VCPostBuildEventTool" |
| 97 | /> | ||
| 64 | </Configuration> | 98 | </Configuration> |
| 65 | <Configuration | 99 | <Configuration |
| 66 | Name="Release|Win32" | 100 | Name="Release|Win32" |
| 67 | OutputDirectory="./src" | 101 | OutputDirectory="./src" |
| 68 | IntermediateDirectory="./src" | 102 | IntermediateDirectory="./src" |
| 69 | ConfigurationType="2" | 103 | ConfigurationType="2" |
| 70 | CharacterSet="2"> | 104 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 105 | CharacterSet="2" | ||
| 106 | > | ||
| 107 | <Tool | ||
| 108 | Name="VCPreBuildEventTool" | ||
| 109 | /> | ||
| 110 | <Tool | ||
| 111 | Name="VCCustomBuildTool" | ||
| 112 | /> | ||
| 113 | <Tool | ||
| 114 | Name="VCXMLDataGeneratorTool" | ||
| 115 | /> | ||
| 116 | <Tool | ||
| 117 | Name="VCWebServiceProxyGeneratorTool" | ||
| 118 | /> | ||
| 119 | <Tool | ||
| 120 | Name="VCMIDLTool" | ||
| 121 | /> | ||
| 71 | <Tool | 122 | <Tool |
| 72 | Name="VCCLCompilerTool" | 123 | Name="VCCLCompilerTool" |
| 73 | AdditionalIncludeDirectories="h:\include\lua5.1" | 124 | AdditionalIncludeDirectories="..\lua-5.1.4\src" |
| 74 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG" | 125 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG; _CRT_SECURE_NO_WARNINGS" |
| 75 | RuntimeLibrary="2" | 126 | RuntimeLibrary="2" |
| 76 | UsePrecompiledHeader="0" | 127 | UsePrecompiledHeader="0" |
| 77 | WarningLevel="3" | 128 | WarningLevel="3" |
| 78 | Detect64BitPortabilityProblems="TRUE" | 129 | Detect64BitPortabilityProblems="false" |
| 79 | DebugInformationFormat="0"/> | 130 | DebugInformationFormat="0" |
| 131 | /> | ||
| 80 | <Tool | 132 | <Tool |
| 81 | Name="VCCustomBuildTool"/> | 133 | Name="VCManagedResourceCompilerTool" |
| 134 | /> | ||
| 135 | <Tool | ||
| 136 | Name="VCResourceCompilerTool" | ||
| 137 | /> | ||
| 138 | <Tool | ||
| 139 | Name="VCPreLinkEventTool" | ||
| 140 | /> | ||
| 82 | <Tool | 141 | <Tool |
| 83 | Name="VCLinkerTool" | 142 | Name="VCLinkerTool" |
| 84 | AdditionalDependencies="ws2_32.lib" | 143 | AdditionalDependencies="ws2_32.lib lua5.1.lib" |
| 85 | OutputFile="$(OutDir)/socket.dll" | 144 | OutputFile="$(OutDir)/socket.dll" |
| 86 | LinkIncremental="1" | 145 | LinkIncremental="1" |
| 87 | AdditionalLibraryDirectories="h:\lib" | 146 | AdditionalLibraryDirectories="..\lua-5.1.4" |
| 88 | GenerateDebugInformation="TRUE" | 147 | GenerateDebugInformation="true" |
| 89 | SubSystem="2" | 148 | SubSystem="2" |
| 90 | OptimizeReferences="2" | 149 | OptimizeReferences="2" |
| 91 | EnableCOMDATFolding="2" | 150 | EnableCOMDATFolding="2" |
| 151 | RandomizedBaseAddress="1" | ||
| 152 | DataExecutionPrevention="0" | ||
| 92 | ImportLibrary="$(OutDir)/socket.lib" | 153 | ImportLibrary="$(OutDir)/socket.lib" |
| 93 | TargetMachine="1"/> | 154 | TargetMachine="1" |
| 94 | <Tool | 155 | /> |
| 95 | Name="VCMIDLTool"/> | ||
| 96 | <Tool | ||
| 97 | Name="VCPostBuildEventTool"/> | ||
| 98 | <Tool | ||
| 99 | Name="VCPreBuildEventTool"/> | ||
| 100 | <Tool | 156 | <Tool |
| 101 | Name="VCPreLinkEventTool"/> | 157 | Name="VCALinkTool" |
| 158 | /> | ||
| 102 | <Tool | 159 | <Tool |
| 103 | Name="VCResourceCompilerTool"/> | 160 | Name="VCManifestTool" |
| 161 | /> | ||
| 104 | <Tool | 162 | <Tool |
| 105 | Name="VCWebServiceProxyGeneratorTool"/> | 163 | Name="VCXDCMakeTool" |
| 164 | /> | ||
| 106 | <Tool | 165 | <Tool |
| 107 | Name="VCXMLDataGeneratorTool"/> | 166 | Name="VCBscMakeTool" |
| 167 | /> | ||
| 108 | <Tool | 168 | <Tool |
| 109 | Name="VCWebDeploymentTool"/> | 169 | Name="VCFxCopTool" |
| 170 | /> | ||
| 110 | <Tool | 171 | <Tool |
| 111 | Name="VCManagedWrapperGeneratorTool"/> | 172 | Name="VCAppVerifierTool" |
| 173 | /> | ||
| 112 | <Tool | 174 | <Tool |
| 113 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | 175 | Name="VCPostBuildEventTool" |
| 176 | /> | ||
| 114 | </Configuration> | 177 | </Configuration> |
| 115 | </Configurations> | 178 | </Configurations> |
| 116 | <References> | 179 | <References> |
| @@ -119,63 +182,77 @@ | |||
| 119 | <Filter | 182 | <Filter |
| 120 | Name="Source Files" | 183 | Name="Source Files" |
| 121 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | 184 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 122 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> | 185 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 186 | > | ||
| 123 | <File | 187 | <File |
| 124 | RelativePath="src\auxiliar.c"> | 188 | RelativePath="src\auxiliar.c" |
| 189 | > | ||
| 125 | </File> | 190 | </File> |
| 126 | <File | 191 | <File |
| 127 | RelativePath="src\buffer.c"> | 192 | RelativePath="src\buffer.c" |
| 193 | > | ||
| 128 | </File> | 194 | </File> |
| 129 | <File | 195 | <File |
| 130 | RelativePath="src\except.c"> | 196 | RelativePath="src\except.c" |
| 197 | > | ||
| 131 | </File> | 198 | </File> |
| 132 | <File | 199 | <File |
| 133 | RelativePath="src\inet.c"> | 200 | RelativePath="src\inet.c" |
| 201 | > | ||
| 134 | </File> | 202 | </File> |
| 135 | <File | 203 | <File |
| 136 | RelativePath="src\io.c"> | 204 | RelativePath="src\io.c" |
| 205 | > | ||
| 137 | </File> | 206 | </File> |
| 138 | <File | 207 | <File |
| 139 | RelativePath="src\luasocket.c"> | 208 | RelativePath="src\luasocket.c" |
| 209 | > | ||
| 140 | </File> | 210 | </File> |
| 141 | <File | 211 | <File |
| 142 | RelativePath="src\options.c"> | 212 | RelativePath="src\options.c" |
| 213 | > | ||
| 143 | </File> | 214 | </File> |
| 144 | <File | 215 | <File |
| 145 | RelativePath="src\select.c"> | 216 | RelativePath="src\select.c" |
| 217 | > | ||
| 146 | </File> | 218 | </File> |
| 147 | <File | 219 | <File |
| 148 | RelativePath="src\tcp.c"> | 220 | RelativePath="src\tcp.c" |
| 221 | > | ||
| 149 | </File> | 222 | </File> |
| 150 | <File | 223 | <File |
| 151 | RelativePath="src\timeout.c"> | 224 | RelativePath="src\timeout.c" |
| 225 | > | ||
| 152 | </File> | 226 | </File> |
| 153 | <File | 227 | <File |
| 154 | RelativePath="src\udp.c"> | 228 | RelativePath="src\udp.c" |
| 229 | > | ||
| 155 | </File> | 230 | </File> |
| 156 | <File | 231 | <File |
| 157 | RelativePath="src\wsocket.c"> | 232 | RelativePath="src\wsocket.c" |
| 233 | > | ||
| 158 | <FileConfiguration | 234 | <FileConfiguration |
| 159 | Name="Release|Win32"> | 235 | Name="Release|Win32" |
| 236 | > | ||
| 160 | <Tool | 237 | <Tool |
| 161 | Name="VCCLCompilerTool" | 238 | Name="VCCLCompilerTool" |
| 162 | GeneratePreprocessedFile="0"/> | 239 | GeneratePreprocessedFile="0" |
| 240 | /> | ||
| 163 | </FileConfiguration> | 241 | </FileConfiguration> |
| 164 | </File> | 242 | </File> |
| 165 | </Filter> | 243 | </Filter> |
| 166 | <Filter | 244 | <Filter |
| 167 | Name="Header Files" | 245 | Name="Header Files" |
| 168 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | 246 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 169 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> | 247 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 248 | > | ||
| 170 | </Filter> | 249 | </Filter> |
| 171 | <Filter | 250 | <Filter |
| 172 | Name="Resource Files" | 251 | Name="Resource Files" |
| 173 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | 252 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" |
| 174 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> | 253 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
| 254 | > | ||
| 175 | </Filter> | 255 | </Filter> |
| 176 | <File | ||
| 177 | RelativePath="..\..\lib\lua5.1.dll.lib"> | ||
| 178 | </File> | ||
| 179 | </Files> | 256 | </Files> |
| 180 | <Globals> | 257 | <Globals> |
| 181 | </Globals> | 258 | </Globals> |
