Add MPC_LIB_MODIFIER
[MPC.git] / templates / bcb2007.mpd
blob5785cabe4e5acb3e8ba45aad31302d9bf60d01f8
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <ProjectGuid>{f76f525d-aee9-4af7-a366-e9119e55548d}</ProjectGuid>
5     <ProjectType>CppDynamicLibrary</ProjectType>
6     <Config Condition="'$(Config)'==''">Debug Build</Config>
7   </PropertyGroup>
8   <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
9     <Base>true</Base>
10   </PropertyGroup>
11   <PropertyGroup Condition="'$(Config)'=='Debug Build' or '$(Cfg_1)'!=''">
12     <Base>true</Base>
13     <Cfg_1>true</Cfg_1>
14     <CfgParent>Base</CfgParent>
15   </PropertyGroup>
16   <PropertyGroup Condition="'$(Config)'=='Release Build' or '$(Cfg_2)'!=''">
17     <Base>true</Base>
18     <Cfg_2>true</Cfg_2>
19     <CfgParent>Base</CfgParent>
20   </PropertyGroup>
21   <PropertyGroup Condition="'$(Base)'!=''">
22     <OutputExt>dll</OutputExt>
23     <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
24     <DCC_ObjPath><%foreach(includes)%><%include%><%fornotlast(";")%><%endfor%></DCC_ObjPath>
25     <BCC_wccc>false</BCC_wccc>
26     <DynamicRTL>true</DynamicRTL>
27     <BCC_PCHName>$(BDS)\lib\vcl100.csm</BCC_PCHName>
28     <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
29     <ILINK_ObjectSearchPath><%foreach(includes)%><%include%><%fornotlast(";")%><%endfor%></ILINK_ObjectSearchPath>
30     <NoVCL><%if(use_vcl)%>false<%else%>true<%endif%></NoVCL>
31     <BCC_wrvl>false</BCC_wrvl>
32     <PackageImports>vcl.bpi;rtl.bpi;vclx.bpi;dbrtl.bpi;vcldb.bpi;adortl.bpi;dbxcds.bpi;dbexpress.bpi;vclib.bpi;ibxpress.bpi;xmlrtl.bpi;vclactnband.bpi;inet.bpi;IntrawebDB_80_100.bpi;Intraweb_80_100.bpi;vclie.bpi;inetdbbde.bpi;inetdbxpress.bpi;IndyCore.bpi;IndySystem.bpi;bcbofficexp.bpi;bcbsmp.bpi;soaprtl.bpi;dsnap.bpi;IndyProtocols.bpi;bcbie.bpi;bdertl.bpi;teeui.bpi;teedb.bpi;tee.bpi;vcldbx.bpi;dsnapcon.bpi;websnap.bpi;webdsnap.bpi</PackageImports>
33     <DCC_UnitSearchPath><%foreach(includes)%><%include%>;<%endfor%>.\;$(BDS)\lib;$(BDS)\lib\obj</DCC_UnitSearchPath>
34     <ILINK_WinAppType>DLL</ILINK_WinAppType>
35     <BCC_GenerateMultithreaded>true</BCC_GenerateMultithreaded>
36     <BCC_PCHCache>true</BCC_PCHCache>
37     <BCC_IntegerSizedEnums>false</BCC_IntegerSizedEnums>
38     <TASM_IncludePath>$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..</TASM_IncludePath>
39     <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..</BRCC_IncludePath>
40     <DCC_IncludePath><%foreach(includes)%><%include%>;<%endfor%>;.\;$(BDS)\lib;$(BDS)\lib\obj</DCC_IncludePath>
41     <BCC_IncludePath>$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;..</BCC_IncludePath>
42     <ILINK_LibraryPath><%foreach(libpaths)%><%libpath%>;<%endfor%>;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk</ILINK_LibraryPath>
43     <BCC_InternalDefines>NO_STRICT</BCC_InternalDefines>
44     <TASM_Defines><%foreach(defines)%><%define%><%fornotlast(";")%><%endfor%></TASM_Defines>
45     <BRCC_Defines><%foreach(defines)%><%define%><%fornotlast(";")%><%endfor%></BRCC_Defines>
46     <BCC_GenerateDLL>true</BCC_GenerateDLL>
47     <BCC_Defines><%foreach(defines)%><%define%><%fornotlast(";")%><%endfor%></BCC_Defines>
48     <DCC_ResourcePath><%foreach(includes)%><%include%>;<%endfor%></DCC_ResourcePath>
49   </PropertyGroup>
50   <PropertyGroup Condition="'$(Cfg_1)'!=''">
51     <DCC_Optimize>false</DCC_Optimize>
52     <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
53     <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
54     <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
55     <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
56     <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
57     <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
58     <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
59     <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
60     <BCC_StackFrames>true</BCC_StackFrames>
61     <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
62     <BCC_Defines>_DEBUG;$(BCC_Defines)</BCC_Defines>
63     <TASM_Debugging>Full</TASM_Debugging>
64     <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
65   </PropertyGroup>
66   <PropertyGroup Condition="'$(Cfg_2)'!=''">
67     <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
68     <DCC_DebugInformation>false</DCC_DebugInformation>
69     <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
70     <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
71     <BCC_Defines>NDEBUG;$(BCC_Defines)</BCC_Defines>
72     <TASM_Debugging>None</TASM_Debugging>
73   </PropertyGroup>
74   <ProjectExtensions>
75     <Borland.Personality>CPlusPlusBuilder.Personality</Borland.Personality>
76     <Borland.ProjectType>CppDynamicLibrary</Borland.ProjectType>
77     <BorlandProject>
78 <BorlandProject> <CPlusPlusBuilder.Personality>   <VersionInfo>
79       <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
80       <VersionInfo Name="AutoIncBuild">False</VersionInfo>
81       <VersionInfo Name="MajorVer">1</VersionInfo>
82       <VersionInfo Name="MinorVer">0</VersionInfo>
83       <VersionInfo Name="Release">0</VersionInfo>
84       <VersionInfo Name="Build">0</VersionInfo>
85       <VersionInfo Name="Debug">False</VersionInfo>
86       <VersionInfo Name="PreRelease">False</VersionInfo>
87       <VersionInfo Name="Special">False</VersionInfo>
88       <VersionInfo Name="Private">False</VersionInfo>
89       <VersionInfo Name="DLL">False</VersionInfo>
90       <VersionInfo Name="Locale">1043</VersionInfo>
91       <VersionInfo Name="CodePage">1252</VersionInfo>
92     </VersionInfo>
93     <VersionInfoKeys>
94       <VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
95       <VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
96       <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
97       <VersionInfoKeys Name="InternalName"></VersionInfoKeys>
98       <VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
99       <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
100       <VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
101       <VersionInfoKeys Name="ProductName"></VersionInfoKeys>
102       <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
103       <VersionInfoKeys Name="Comments"></VersionInfoKeys>
104     </VersionInfoKeys>
105     <Debugging>
106       <Debugging Name="DebugSourceDirs"></Debugging>
107     </Debugging>
108     <Parameters>
109       <Parameters Name="RunParams"></Parameters>
110       <Parameters Name="Launcher"></Parameters>
111       <Parameters Name="UseLauncher">False</Parameters>
112       <Parameters Name="DebugCWD"></Parameters>
113       <Parameters Name="HostApplication"></Parameters>
114       <Parameters Name="RemoteHost"></Parameters>
115       <Parameters Name="RemotePath"></Parameters>
116       <Parameters Name="RemoteParams"></Parameters>
117       <Parameters Name="RemoteLauncher"></Parameters>
118       <Parameters Name="UseRemoteLauncher">False</Parameters>
119       <Parameters Name="RemoteCWD"></Parameters>
120       <Parameters Name="RemoteDebug">False</Parameters>
121       <Parameters Name="Debug Symbols Search Path"></Parameters>
122       <Parameters Name="LoadAllSymbols">True</Parameters>
123       <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
124     </Parameters>
125     <Linker>
126       <Linker Name="LibPrefix"></Linker>
127       <Linker Name="LibSuffix"></Linker>
128       <Linker Name="LibVersion"></Linker>
129     </Linker>
130     <ProjectProperties>
131       <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
132       <ProjectProperties Name="ManagePaths">True</ProjectProperties>
133       <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
134     </ProjectProperties>
135   </CPlusPlusBuilder.Personality> </BorlandProject></BorlandProject>
136   </ProjectExtensions>
137   <Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" />
138   <ItemGroup>
139 <%if(source_files)%>
140 <%foreach(source_files)%>
141     <CppCompile Include="<%source_file%>">
142     </CppCompile>
143 <%endfor%>
144 <%endif%>
145 <%if(header_files)%>
146 <%foreach(header_files)%>
147     <None Include="<%header_file%>">
148     </None>
149 <%endfor%>
150 <%endif%>
151 <%if(inline_files)%>
152 <%foreach(inline_files)%>
153     <None Include="<%inline_file%>">
154     </None>
155 <%endfor%>
156 <%endif%>
157 <%if(template_files)%>
158 <%foreach(template_files)%>
159     <None Include="<%template_file%>">
160     </None>
161 <%endfor%>
162 <%endif%>
163 <%if(documentation_files)%>
164 <%foreach(documentation_files)%>
165     <None Include="<%documentation_file%>">
166     </None>
167 <%endfor%>
168 <%endif%>
169 <%if(resource_files)%>
170 <%foreach(resource_files)%>
171     <ResourceCompile Include="<%resource_file%>">
172     </ResourceCompile>
173 <%endfor%>
174 <%endif%>
175   </ItemGroup>
176   <Import Project="$(MSBuildBinPath)\Borland.Cpp.Targets" />
177 </Project>