Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="Configure" |
| 6 | ProjectGUID="{19514E48-456C-4B9D-8637-F2285476461E}" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 7 | RootNamespace="Configure" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 8 | Keyword="Win32Proj"> |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32"/> |
| 12 | </Platforms> |
| 13 | <Configurations> |
| 14 | <Configuration |
| 15 | Name="Configure|Win32" |
| 16 | OutputDirectory="$(ConfigurationName)" |
| 17 | IntermediateDirectory="$(ConfigurationName)" |
| 18 | ConfigurationType="1" |
| 19 | CharacterSet="2"> |
| 20 | <Tool |
| 21 | Name="VCCLCompilerTool" |
| 22 | Optimization="0" |
| 23 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
| 24 | MinimalRebuild="TRUE" |
| 25 | BasicRuntimeChecks="3" |
| 26 | RuntimeLibrary="5" |
| 27 | UsePrecompiledHeader="0" |
| 28 | WarningLevel="3" |
| 29 | Detect64BitPortabilityProblems="TRUE" |
| 30 | DebugInformationFormat="4"/> |
| 31 | <Tool |
| 32 | Name="VCCustomBuildTool"/> |
| 33 | <Tool |
| 34 | Name="VCLinkerTool" |
| 35 | OutputFile="$(OutDir)/Configure.exe" |
| 36 | LinkIncremental="2" |
| 37 | GenerateDebugInformation="TRUE" |
| 38 | ProgramDatabaseFile="$(OutDir)/Configure.pdb" |
| 39 | SubSystem="1" |
| 40 | TargetMachine="1"/> |
| 41 | <Tool |
| 42 | Name="VCMIDLTool"/> |
| 43 | <Tool |
| 44 | Name="VCPostBuildEventTool"/> |
| 45 | <Tool |
| 46 | Name="VCPreBuildEventTool"/> |
| 47 | <Tool |
| 48 | Name="VCPreLinkEventTool"/> |
| 49 | <Tool |
| 50 | Name="VCResourceCompilerTool"/> |
| 51 | <Tool |
| 52 | Name="VCWebServiceProxyGeneratorTool"/> |
| 53 | <Tool |
| 54 | Name="VCXMLDataGeneratorTool"/> |
| 55 | <Tool |
| 56 | Name="VCWebDeploymentTool"/> |
| 57 | <Tool |
| 58 | Name="VCManagedWrapperGeneratorTool"/> |
| 59 | <Tool |
| 60 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 61 | </Configuration> |
| 62 | </Configurations> |
| 63 | <References> |
| 64 | </References> |
| 65 | <Files> |
| 66 | <Filter |
| 67 | Name="Source Files" |
| 68 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 69 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 70 | <File |
| 71 | RelativePath="..\..\include\llvm\Config\config.h.in"> |
| 72 | <FileConfiguration |
| 73 | Name="Configure|Win32"> |
| 74 | <Tool |
| 75 | Name="VCCustomBuildTool" |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame^] | 76 | Description="Generating $(SolutionDir)llvm\Config\config.h" |
Jeff Cohen | a4c9751 | 2004-12-24 16:26:47 +0000 | [diff] [blame] | 77 | CommandLine="..\tools\sed <$(InputPath) >$(ProjectDir)..\llvm\Config\config.h "s/#undef PACKAGE_NAME/#define PACKAGE_NAME \"LLVM (win32 vc7.1)\"/;s/#undef PACKAGE_VERSION/#define PACKAGE_VERSION 1.4/;s/#undef HAVE_WINDOWS_H/#define HAVE_WINDOWS_H 1/;s/#undef HAVE_LIMITS_H/#define HAVE_LIMITS_H 1/;s/#undef HAVE_SYS_STAT_H/#define HAVE_SYS_STAT_H 1/;s/#undef HAVE_STDLIB_H/#define HAVE_STDLIB_H 1/;s/#undef HAVE_STDIO_H/#define HAVE_STDIO_H 1/;s/#undef HAVE_STRING_H/#define HAVE_STRING_H 1/;s/#undef SHLIBEXT/#define SHLIBEXT \".lib\"/;s/#undef error_t/#define error_t int/;s/#undef HAVE_ERRNO_H/#define HAVE_ERRNO_H 1/;s/#undef LTDL_DLOPEN_DEPLIBS/#define LTDL_DLOPEN_DEPLIBS 1/;s/#undef LTDL_OBJDIR/#define LTDL_OBJDIR \"_libs\"/;s/#undef LTDL_SHLIBPATH_VAR/#define LTDL_SHLIBPATH_VAR \"PATH\"/;s/#undef LTDL_SHLIB_EXT/#define LTDL_SHLIB_EXT \".dll\"/;s/#undef LTDL_SYSSEARCHPATH/#define LTDL_SYSSEARCHPATH \"\"/;s/#undef LLVM_ON_WIN32/#define LLVM_ON_WIN32 1/;" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 78 | " |
| 79 | Outputs="$(ProjectDir)..\llvm\Config\config.h"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 80 | </FileConfiguration> |
| 81 | </File> |
| 82 | <File |
| 83 | RelativePath="..\..\include\llvm\Support\DataTypes.h.in"> |
| 84 | <FileConfiguration |
| 85 | Name="Configure|Win32"> |
| 86 | <Tool |
| 87 | Name="VCCustomBuildTool" |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame^] | 88 | Description="Generating $(SolutionDir)llvm\Support\DataTypes.h" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 89 | CommandLine="..\tools\sed <$(InputPath) >$(ProjectDir)..\llvm\Support\DataTypes.h "s/#undef HAVE_SYS_TYPES_H/#define HAVE_SYS_TYPES_H 1/;s/#undef HAVE_INTTYPES_H/#define HAVE_INTTYPES_H 1/;s/#undef HAVE_STDINT_H/#define HAVE_STD_INT_H 1/" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 90 | " |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 91 | Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 92 | </FileConfiguration> |
| 93 | </File> |
| 94 | <File |
| 95 | RelativePath="..\..\include\llvm\Adt\hash_map.in"> |
| 96 | <FileConfiguration |
| 97 | Name="Configure|Win32"> |
| 98 | <Tool |
| 99 | Name="VCCustomBuildTool" |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame^] | 100 | Description="Generating $(SolutionDir)llvm\ADT\hash_map" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 101 | CommandLine="..\tools\sed <$(InputPath) >$(ProjectDir)..\llvm\ADT\hash_map "s/#undef HAVE_GLOBAL_HASH_MAP/#define HAVE_GLOBAL_HASH_MAP 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D};s/define HASH_NAMESPACE std/define HASH_NAMESPACE stdext/" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 102 | " |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 103 | Outputs="$(ProjectDir)..\llvm\ADT\hash_map"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 104 | </FileConfiguration> |
| 105 | </File> |
| 106 | <File |
| 107 | RelativePath="..\..\include\llvm\Adt\hash_set.in"> |
| 108 | <FileConfiguration |
| 109 | Name="Configure|Win32"> |
| 110 | <Tool |
| 111 | Name="VCCustomBuildTool" |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame^] | 112 | Description="Generating $(SolutionDir)llvm\ADT\hash_set" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 113 | CommandLine="..\tools\sed <$(InputPath) >$(ProjectDir)..\llvm\ADT\hash_set "s/#undef HAVE_GLOBAL_HASH_SET/#define HAVE_GLOBAL_HASH_SET 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D};s/define HASH_NAMESPACE std/define HASH_NAMESPACE stdext/" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 114 | " |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 115 | Outputs="$(ProjectDir)..\llvm\ADT\hash_set"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 116 | </FileConfiguration> |
| 117 | </File> |
| 118 | <File |
| 119 | RelativePath="..\..\include\llvm\Adt\iterator.in"> |
| 120 | <FileConfiguration |
| 121 | Name="Configure|Win32"> |
| 122 | <Tool |
| 123 | Name="VCCustomBuildTool" |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame^] | 124 | Description="Generating $(SolutionDir)llvm\ADT\iterator" |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 125 | CommandLine="..\tools\sed <$(InputPath) >$(ProjectDir)..\llvm\ADT\iterator "s/#undef HAVE_BI_ITERATOR/#define HAVE_BI_ITERATOR 0/;s/#undef HAVE_STD_ITERATOR/#define HAVE_STD_ITERATOR 1/;s/#undef HAVE_FWD_ITERATOR/#define HAVE_FWD_ITERATOR 0/" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 126 | " |
Jeff Cohen | ef37158 | 2004-12-21 06:49:13 +0000 | [diff] [blame] | 127 | Outputs="$(ProjectDir)..\llvm\ADT\iterator"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 128 | </FileConfiguration> |
| 129 | </File> |
| 130 | </Filter> |
| 131 | <Filter |
| 132 | Name="Header Files" |
| 133 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 134 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 135 | </Filter> |
| 136 | </Files> |
| 137 | <Globals> |
| 138 | </Globals> |
| 139 | </VisualStudioProject> |