Rev 36 | Rev 38 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 36 | Rev 37 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | <PropertyGroup Label="UserMacros" /> |
24 | <PropertyGroup Label="UserMacros" /> |
| 25 | <PropertyGroup> |
25 | <PropertyGroup> |
| 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 27 | </PropertyGroup> |
27 | </PropertyGroup> |
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 29 | <TargetName>ifstool</TargetName> |
29 | <TargetName>$(LlvmPlatformName)-pc-windows-msvc-ifstool</TargetName> |
| 30 | <OutDir>$(SolutionDir)\</OutDir> |
30 | <OutDir>$(SolutionDir)\</OutDir> |
| 31 | </PropertyGroup> |
31 | </PropertyGroup> |
| 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 33 | <ClCompile> |
33 | <ClCompile> |
| 34 | <WarningLevel>Level3</WarningLevel> |
34 | <WarningLevel>Level3</WarningLevel> |
| Line 38... | Line 38... | ||
| 38 | <AdditionalIncludeDirectories>libucl/include;libucl/src;libucl;liblzo</AdditionalIncludeDirectories> |
38 | <AdditionalIncludeDirectories>libucl/include;libucl/src;libucl;liblzo</AdditionalIncludeDirectories> |
| 39 | </ClCompile> |
39 | </ClCompile> |
| 40 | <Link> |
40 | <Link> |
| 41 | <SubSystem>Console</SubSystem> |
41 | <SubSystem>Console</SubSystem> |
| 42 | <GenerateDebugInformation>true</GenerateDebugInformation> |
42 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 43 | <OutputFile>$(OutDir)$(LlvmPlatformName)-pc-$(TargetPlatformIdentifier.toLower())-msvc-$(TargetName)$(TargetExt)</OutputFile> |
- | |
| 44 | </Link> |
43 | </Link> |
| 45 | <PostBuildEvent> |
44 | <PostBuildEvent> |
| 46 | <Command>copy /b "$(TargetFileName)" ..\qnx800\host\win64\x86_64\usr\bin\ifstool.exe</Command> |
45 | <Command>copy /b "$(TargetFileName)" ..\qnx800\host\win64\x86_64\usr\bin\ifstool.exe</Command> |
| 47 | </PostBuildEvent> |
46 | </PostBuildEvent> |
| 48 | <PostBuildEvent> |
47 | <PostBuildEvent> |
| 49 | <Message>Deploying to QNX8 toolchain...</Message> |
48 | <Message>Deploying to QNX8 cross Win64 toolchain...</Message> |
| 50 | </PostBuildEvent> |
49 | </PostBuildEvent> |
| 51 | <PreBuildEvent> |
50 | <PreBuildEvent> |
| 52 | <Command>make.cmd $(ProjectName)</Command> |
51 | <Command>make.cmd $(ProjectName)</Command> |
| 53 | </PreBuildEvent> |
52 | </PreBuildEvent> |
| 54 | <PreBuildEvent /> |
53 | <PreBuildEvent /> |