Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / config.vcxproj
blobbf0d91ac17101cf5a595fd3ad26829cfa9c5bfed
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{2F87BA6F-8EE1-48D0-9817-6BA30BDDB3C1}</ProjectGuid>\r
15     <Keyword>MakeFileProj</Keyword>\r
16   </PropertyGroup>\r
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
19     <ConfigurationType>Utility</ConfigurationType>\r
20     <UseOfMfc>false</UseOfMfc>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
23     <ConfigurationType>Utility</ConfigurationType>\r
24     <UseOfMfc>false</UseOfMfc>\r
25   </PropertyGroup>\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
27   <ImportGroup Label="ExtensionSettings">\r
28   </ImportGroup>\r
29   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
30     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
31     <Import Project="SDCC.props" />\r
32   </ImportGroup>\r
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35     <Import Project="SDCC.props" />\r
36   </ImportGroup>\r
37   <PropertyGroup Label="UserMacros" />\r
38   <PropertyGroup>\r
39     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
40     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</OutDir>\r
41     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>\r
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>\r
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>\r
44   </PropertyGroup>\r
45   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
46     <Midl>\r
47       <TypeLibraryName>.\Debug/config.tlb</TypeLibraryName>\r
48       <HeaderFileName>\r
49       </HeaderFileName>\r
50     </Midl>\r
51   </ItemDefinitionGroup>\r
52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
53     <Midl>\r
54       <TypeLibraryName>.\Release/config.tlb</TypeLibraryName>\r
55       <HeaderFileName>\r
56       </HeaderFileName>\r
57     </Midl>\r
58   </ItemDefinitionGroup>\r
59   <ItemGroup>\r
60     <CustomBuild Include="sdas\linksrc\asxxxx_config.h.in">\r
61       <FileType>Document</FileType>\r
62       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f configure_vc.awk sdas/linksrc/asxxxx_config.h.in &gt; sdas/linksrc/asxxxx_config.h</Command>\r
63       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f configure_vc.awk sdas/linksrc/asxxxx_config.h.in &gt; sdas/linksrc/asxxxx_config.h</Command>\r
64       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sdas/linksrc/asxxxx_config.h</Outputs>\r
65       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sdas/linksrc/asxxxx_config.h;%(Outputs)</Outputs>\r
66       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating: asxxxx_config.h</Message>\r
67       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating: asxxxx_config.h</Message>\r
68     </CustomBuild>\r
69     <CustomBuild Include="src\version.awk">\r
70       <FileType>Document</FileType>\r
71       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f src/version.awk ChangeLog &gt; ./src/version.h</Command>\r
72       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f src/version.awk ChangeLog  &gt; ./src/version.h</Command>\r
73       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ChangeLog</AdditionalInputs>\r
74       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ChangeLog</AdditionalInputs>\r
75       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">./src/version.h</Outputs>\r
76       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">./src/version.h</Outputs>\r
77       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating: version.h</Message>\r
78       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating: version.h</Message>\r
79     </CustomBuild>\r
80   </ItemGroup>\r
81   <ItemGroup>\r
82     <CustomBuild Include="sdcc_vc.h.in">\r
83       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">gawk -f configure_vc.awk sdcc_vc.h.in &gt; sdcc_vc.h</Command>\r
84       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">gawk -f configure_vc.awk sdcc_vc.h.in &gt; sdcc_vc.h</Command>\r
85       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.version;configure_vc.awk</AdditionalInputs>\r
86       <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.version;configure_vc.awk</AdditionalInputs>\r
87       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">sdcc_vc.h</Outputs>\r
88       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">sdcc_vc.h</Outputs>\r
89       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating: %(Outputs)</Message>\r
90       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating: %(Outputs)</Message>\r
91     </CustomBuild>\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <None Include="configure_vc.awk" />\r
95     <None Include=".version">\r
96     </None>\r
97     <CustomBuild Include="src\SDCC.lex">\r
98       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating Lexer: SDCClex.c</Message>\r
99       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src/SDCClex.c</Outputs>\r
100       <TreatOutputAsContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</TreatOutputAsContent>\r
101       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating Lexer: SDCClex.c</Message>\r
102       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src/SDCClex.c</Outputs>\r
103       <TreatOutputAsContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</TreatOutputAsContent>\r
104       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">flex -8 -f -osrc/SDCClex.c src/SDCC.lex</Command>\r
105       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">flex -8 -f -osrc/SDCClex.c src/SDCC.lex</Command>\r
106     </CustomBuild>\r
107     <CustomBuild Include="src\SDCC.y">\r
108       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">bison -d -v -o src/SDCCy.c src/SDCC.y</Command>\r
109       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generating Parser: SDCCy.c</Message>\r
110       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">src/SDCCy.c;src/SDCCy.h</Outputs>\r
111       <TreatOutputAsContent Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</TreatOutputAsContent>\r
112       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">bison -d -v -o src/SDCCy.c src/SDCC.y</Command>\r
113       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generating Parser: SDCCy.c</Message>\r
114       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">src/SDCCy.c;src/SDCCy.h</Outputs>\r
115       <TreatOutputAsContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</TreatOutputAsContent>\r
116     </CustomBuild>\r
117   </ItemGroup>\r
118   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
119   <ImportGroup Label="ExtensionTargets">\r
120   </ImportGroup>\r
121 </Project>