blob: 08192c298f4ef994ad7b4b5c7e87c18c6a658fad [file] [log] [blame]
Reid Spencer085ea4d2004-11-03 16:13:14 +00001<?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 Cohenef371582004-12-21 06:49:13 +00007 RootNamespace="Configure"
Reid Spencer085ea4d2004-11-03 16:13:14 +00008 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 Cohena4c97512004-12-24 16:26:47 +000076 CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(ProjectDir)..\llvm\Config\config.h &quot;s/#undef PACKAGE_NAME/#define PACKAGE_NAME \&quot;LLVM (win32 vc7.1)\&quot;/;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 \&quot;.lib\&quot;/;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 \&quot;_libs\&quot;/;s/#undef LTDL_SHLIBPATH_VAR/#define LTDL_SHLIBPATH_VAR \&quot;PATH\&quot;/;s/#undef LTDL_SHLIB_EXT/#define LTDL_SHLIB_EXT \&quot;.dll\&quot;/;s/#undef LTDL_SYSSEARCHPATH/#define LTDL_SYSSEARCHPATH \&quot;\&quot;/;s/#undef LLVM_ON_WIN32/#define LLVM_ON_WIN32 1/;&quot;
Jeff Cohenef371582004-12-21 06:49:13 +000077"
78 Outputs="$(ProjectDir)..\llvm\Config\config.h"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000079 </FileConfiguration>
80 </File>
81 <File
82 RelativePath="..\..\include\llvm\Support\DataTypes.h.in">
83 <FileConfiguration
84 Name="Configure|Win32">
85 <Tool
86 Name="VCCustomBuildTool"
Jeff Cohenef371582004-12-21 06:49:13 +000087 CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(ProjectDir)..\llvm\Support\DataTypes.h &quot;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/&quot;
Reid Spencer085ea4d2004-11-03 16:13:14 +000088"
Jeff Cohenef371582004-12-21 06:49:13 +000089 Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000090 </FileConfiguration>
91 </File>
92 <File
93 RelativePath="..\..\include\llvm\Adt\hash_map.in">
94 <FileConfiguration
95 Name="Configure|Win32">
96 <Tool
97 Name="VCCustomBuildTool"
Jeff Cohenef371582004-12-21 06:49:13 +000098 CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(ProjectDir)..\llvm\ADT\hash_map &quot;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/&quot;
Reid Spencer085ea4d2004-11-03 16:13:14 +000099"
Jeff Cohenef371582004-12-21 06:49:13 +0000100 Outputs="$(ProjectDir)..\llvm\ADT\hash_map"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000101 </FileConfiguration>
102 </File>
103 <File
104 RelativePath="..\..\include\llvm\Adt\hash_set.in">
105 <FileConfiguration
106 Name="Configure|Win32">
107 <Tool
108 Name="VCCustomBuildTool"
Jeff Cohenef371582004-12-21 06:49:13 +0000109 CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(ProjectDir)..\llvm\ADT\hash_set &quot;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/&quot;
Reid Spencer085ea4d2004-11-03 16:13:14 +0000110"
Jeff Cohenef371582004-12-21 06:49:13 +0000111 Outputs="$(ProjectDir)..\llvm\ADT\hash_set"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000112 </FileConfiguration>
113 </File>
114 <File
115 RelativePath="..\..\include\llvm\Adt\iterator.in">
116 <FileConfiguration
117 Name="Configure|Win32">
118 <Tool
119 Name="VCCustomBuildTool"
Jeff Cohenef371582004-12-21 06:49:13 +0000120 CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(ProjectDir)..\llvm\ADT\iterator &quot;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/&quot;
Reid Spencer085ea4d2004-11-03 16:13:14 +0000121"
Jeff Cohenef371582004-12-21 06:49:13 +0000122 Outputs="$(ProjectDir)..\llvm\ADT\iterator"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000123 </FileConfiguration>
124 </File>
125 </Filter>
126 <Filter
127 Name="Header Files"
128 Filter="h;hpp;hxx;hm;inl;inc;xsd"
129 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
130 </Filter>
131 </Files>
132 <Globals>
133 </Globals>
134</VisualStudioProject>