WebCoreGeneratedWinCairoCommon.props 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="UserMacros">
  4. <CONFIGURATIONBUILDDIR>$(WEBKIT_OUTPUTDIR)\$(Configuration)</CONFIGURATIONBUILDDIR>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  8. <OutDir>$(ConfigurationBuildDir)\bin\</OutDir>
  9. <IntDir>$(ConfigurationBuildDir)\obj\$(ProjectName)\</IntDir>
  10. <LinkIncremental>false</LinkIncremental>
  11. <NMakeBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
  12. if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  13. nmake /nologo -f $(ProjectName)WinCairo.make</NMakeBuildCommandLine>
  14. <NMakeReBuildCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
  15. if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  16. nmake /nologo -f $(ProjectName)WinCairo.make clean
  17. nmake /nologo -f $(ProjectName)WinCairo.make</NMakeReBuildCommandLine>
  18. <NMakeCleanCommandLine>%SystemDrive%\cygwin\bin\which.exe bash
  19. if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
  20. set PATH=$(VSInstallDir)\VC\bin;%PATH%
  21. REM VS2010 has a known bug where the clean command does not recognize environment variables properly unless explicitly set here
  22. set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
  23. nmake /nologo -f $(ProjectName)WinCairo.make clean</NMakeCleanCommandLine>
  24. <TargetName>$(ProjectName)$(DebugSuffix)</TargetName>
  25. </PropertyGroup>
  26. <ItemDefinitionGroup>
  27. <ClCompile>
  28. <AdditionalOptions>/bigobj /GS %(AdditionalOptions)</AdditionalOptions>
  29. <PreprocessorDefinitions>_WINDOWS;WINVER=0x502;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_HAS_EXCEPTIONS=0;BUILDING_$(ProjectName);WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  30. <PreprocessorDefinitions Condition="$(Platform)=='Win32'">WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  31. <PreprocessorDefinitions Condition="$(Platform)=='Win64'">x64</PreprocessorDefinitions>
  32. <ExceptionHandling>false</ExceptionHandling>
  33. <RuntimeTypeInfo>false</RuntimeTypeInfo>
  34. <WarningLevel>Level4</WarningLevel>
  35. <TreatWarningAsError>false</TreatWarningAsError>
  36. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  37. <DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4344;4355;4389;4396;4481;4503;4505;4510;4512;4610;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  38. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  39. <FunctionLevelLinking>false</FunctionLevelLinking>
  40. <FloatingPointExceptions>false</FloatingPointExceptions>
  41. <OpenMPSupport>false</OpenMPSupport>
  42. <PrecompiledHeaderFile>
  43. </PrecompiledHeaderFile>
  44. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  45. <AssemblerListingLocation>
  46. </AssemblerListingLocation>
  47. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  48. <StringPooling>false</StringPooling>
  49. <MinimalRebuild>false</MinimalRebuild>
  50. <CompileAs>CompileAsCpp</CompileAs>
  51. </ClCompile>
  52. <Lib>
  53. <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
  54. <UseUnicodeResponseFiles>true</UseUnicodeResponseFiles>
  55. </Lib>
  56. <Midl>
  57. <WarnAsError>true</WarnAsError>
  58. <HeaderFileName>$(OutDir)%(Filename).h</HeaderFileName>
  59. </Midl>
  60. <PostBuildEvent>
  61. <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PostBuild.cmd file.
  62. if not exist "$(ProjectDir)$(ProjectName)PostBuild.cmd" exit /b
  63. set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
  64. set CONFIGURATIONNAME=$(ConfigurationName)
  65. set INPUTDIR=$(InputDir)
  66. set INPUTFILENAME=$(InputFileName)
  67. set INPUTPATH=$(InputPath)
  68. set INTDIR=$(IntDir)
  69. set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
  70. set OUTDIR=$(OutDir)
  71. set PLATFORMNAME=$(PlatformName)
  72. set PROJECTDIR=$(ProjectDir)
  73. set PROJECTFILENAME=$(ProjectFileName)
  74. set PROJECTNAME=$(ProjectName)
  75. set PROJECTPATH=$(ProjectPath)
  76. set SOLUTIONDIR=$(SolutionDir)
  77. set SOLUTIONFILENAME=$(SolutionFileName)
  78. set SOLUTIONNAME=$(SolutionName)
  79. set SOLUTIONPATH=$(SolutionPath)
  80. set TARGETDIR=$(TargetDir)
  81. set TARGETEXT=$(TargetExt)
  82. set TARGETFILENAME=$(TargetFileName)
  83. set TARGETPATH=$(TargetPath)
  84. set DEBUGSUFFIX=$(DebugSuffix)
  85. REM If any of the above variables didn't exist previously and
  86. REM were set to an empty string, set will set the errorlevel to 1,
  87. REM which will cause the project-specific script to think the build
  88. REM has failed. This cmd /c call will clear the errorlevel.
  89. cmd /c
  90. "$(ProjectDir)$(ProjectName)PostBuild.cmd"
  91. </Command>
  92. </PostBuildEvent>
  93. <PreBuildEvent>
  94. <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreBuild.cmd file.
  95. if not exist "$(ProjectDir)$(ProjectName)PreBuild.cmd" exit /b
  96. set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
  97. set CONFIGURATIONNAME=$(ConfigurationName)
  98. set INPUTDIR=$(InputDir)
  99. set INPUTFILENAME=$(InputFileName)
  100. set INPUTPATH=$(InputPath)
  101. set INTDIR=$(IntDir)
  102. set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
  103. set OUTDIR=$(OutDir)
  104. set PLATFORMNAME=$(PlatformName)
  105. set PROJECTDIR=$(ProjectDir)
  106. set PROJECTFILENAME=$(ProjectFileName)
  107. set PROJECTNAME=$(ProjectName)
  108. set PROJECTPATH=$(ProjectPath)
  109. set SOLUTIONDIR=$(SolutionDir)
  110. set SOLUTIONFILENAME=$(SolutionFileName)
  111. set SOLUTIONNAME=$(SolutionName)
  112. set SOLUTIONPATH=$(SolutionPath)
  113. set TARGETDIR=$(TargetDir)
  114. set TARGETEXT=$(TargetExt)
  115. set TARGETFILENAME=$(TargetFileName)
  116. set TARGETPATH=$(TargetPath)
  117. set DEBUGSUFFIX=$(DebugSuffix)
  118. REM If any of the above variables didn't exist previously and
  119. REM were set to an empty string, set will set the errorlevel to 1,
  120. REM which will cause the project-specific script to think the build
  121. REM has failed. This cmd /c call will clear the errorlevel.
  122. cmd /c
  123. "$(ProjectDir)$(ProjectName)PreBuild.cmd"
  124. </Command>
  125. </PreBuildEvent>
  126. <PreLinkEvent>
  127. <Command>REM Do not edit from the Visual Studio IDE! Customize via a $(ProjectName)PreLink.cmd file.
  128. if not exist "$(ProjectDir)$(ProjectName)PreLink.cmd" exit /b
  129. set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
  130. set CONFIGURATIONNAME=$(ConfigurationName)
  131. set INPUTDIR=$(InputDir)
  132. set INPUTFILENAME=$(InputFileName)
  133. set INPUTPATH=$(InputPath)
  134. set INTDIR=$(IntDir)
  135. set LIBRARYCONFIGSUFFIX=$(LibraryConfigSuffix)
  136. set OUTDIR=$(OutDir)
  137. set PLATFORMNAME=$(PlatformName)
  138. set PROJECTDIR=$(ProjectDir)
  139. set PROJECTFILENAME=$(ProjectFileName)
  140. set PROJECTNAME=$(ProjectName)
  141. set PROJECTPATH=$(ProjectPath)
  142. set SOLUTIONDIR=$(SolutionDir)
  143. set SOLUTIONFILENAME=$(SolutionFileName)
  144. set SOLUTIONNAME=$(SolutionName)
  145. set SOLUTIONPATH=$(SolutionPath)
  146. set TARGETDIR=$(TargetDir)
  147. set TARGETEXT=$(TargetExt)
  148. set TARGETFILENAME=$(TargetFileName)
  149. set TARGETPATH=$(TargetPath)
  150. set DEBUGSUFFIX=$(DebugSuffix)
  151. REM If any of the above variables didn't exist previously and
  152. REM were set to an empty string, set will set the errorlevel to 1,
  153. REM which will cause the project-specific script to think the build
  154. REM has failed. This cmd /c call will clear the errorlevel.
  155. cmd /c
  156. "$(ProjectDir)$(ProjectName)PreLink.cmd"
  157. </Command>
  158. </PreLinkEvent>
  159. <ResourceCompile>
  160. <Culture>0x0409</Culture>
  161. <AdditionalIncludeDirectories>$(IntDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. </ResourceCompile>
  163. <BuildLog />
  164. <Link>
  165. <AdditionalLibraryDirectories>$(IntDir)lib;$(ConfigurationBuildDir)\lib;$(WEBKIT_LIBRARIES)\lib</AdditionalLibraryDirectories>
  166. <LinkErrorReporting>PromptImmediately</LinkErrorReporting>
  167. <CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck>
  168. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  169. <AssemblyDebug>false</AssemblyDebug>
  170. <SubSystem>Windows</SubSystem>
  171. <HeapReserveSize>0</HeapReserveSize>
  172. <HeapCommitSize>0</HeapCommitSize>
  173. <StackReserveSize>0</StackReserveSize>
  174. <StackCommitSize>0</StackCommitSize>
  175. <LargeAddressAware>
  176. </LargeAddressAware>
  177. <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
  178. <EnableUAC>
  179. </EnableUAC>
  180. <UACExecutionLevel>
  181. </UACExecutionLevel>
  182. <UACUIAccess>
  183. </UACUIAccess>
  184. <OptimizeReferences>true</OptimizeReferences>
  185. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  186. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  187. <CLRThreadAttribute>DefaultThreadingAttribute</CLRThreadAttribute>
  188. <ImportLibrary>$(ConfigurationBuildDir)\lib\$(TargetName).lib</ImportLibrary>
  189. </Link>
  190. <Bscmake />
  191. <Xdcmake />
  192. <ManifestResourceCompile>
  193. <ResourceOutputFileName>$(IntDir)\$(TargetName)$(TargetExt).embed.manifest.res</ResourceOutputFileName>
  194. </ManifestResourceCompile>
  195. <ProjectReference>
  196. <LinkLibraryDependencies>false</LinkLibraryDependencies>
  197. </ProjectReference>
  198. <BuildLog>
  199. <Path>$(IntDir)BuildLog.htm</Path>
  200. </BuildLog>
  201. </ItemDefinitionGroup>
  202. <ItemGroup>
  203. <BuildMacro Include="CONFIGURATIONBUILDDIR">
  204. <Value>$(CONFIGURATIONBUILDDIR)</Value>
  205. <EnvironmentVariable>true</EnvironmentVariable>
  206. </BuildMacro>
  207. </ItemGroup>
  208. </Project>