Rev 38 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | pmbaty | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 3 | <ItemGroup Label="ProjectConfigurations"> |
||
| 4 | <ProjectConfiguration Include="Release|x64"> |
||
| 5 | <Configuration>Release</Configuration> |
||
| 6 | <Platform>x64</Platform> |
||
| 7 | </ProjectConfiguration> |
||
| 8 | </ItemGroup> |
||
| 9 | <PropertyGroup Label="Globals"> |
||
| 41 | pmbaty | 10 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 1 | pmbaty | 11 | <ProjectGuid>{C0F384A2-F93C-4016-8734-DA99406B61AE}</ProjectGuid> |
| 12 | </PropertyGroup> |
||
| 13 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
||
| 14 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
||
| 15 | <CharacterSet>MultiByte</CharacterSet> |
||
| 41 | pmbaty | 16 | <PlatformToolset>v143</PlatformToolset> |
| 1 | pmbaty | 17 | </PropertyGroup> |
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
||
| 19 | <ImportGroup Label="ExtensionSettings"> |
||
| 20 | </ImportGroup> |
||
| 21 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
||
| 22 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
||
| 23 | </ImportGroup> |
||
| 24 | <PropertyGroup Label="UserMacros" /> |
||
| 25 | <PropertyGroup> |
||
| 26 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
||
| 27 | </PropertyGroup> |
||
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||
| 38 | pmbaty | 29 | <TargetName>$(LlvmPlatformName)-pc-windows-msvc-$(ProjectName)</TargetName> |
| 1 | pmbaty | 30 | <OutDir>$(SolutionDir)\</OutDir> |
| 31 | </PropertyGroup> |
||
| 32 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
||
| 33 | <ClCompile> |
||
| 34 | <WarningLevel>Level3</WarningLevel> |
||
| 35 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
||
| 16 | pmbaty | 36 | <PreprocessorDefinitions>_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 1 | pmbaty | 37 | <Optimization>Disabled</Optimization> |
| 26 | pmbaty | 38 | <AdditionalIncludeDirectories>libucl/include;libucl/src;libucl;liblzo</AdditionalIncludeDirectories> |
| 1 | pmbaty | 39 | </ClCompile> |
| 40 | <Link> |
||
| 41 | <SubSystem>Console</SubSystem> |
||
| 42 | <GenerateDebugInformation>true</GenerateDebugInformation> |
||
| 43 | </Link> |
||
| 28 | pmbaty | 44 | <PostBuildEvent> |
| 45 | <Command>copy /b "$(TargetFileName)" ..\qnx800\host\win64\x86_64\usr\bin\ifstool.exe</Command> |
||
| 46 | </PostBuildEvent> |
||
| 47 | <PostBuildEvent> |
||
| 37 | pmbaty | 48 | <Message>Deploying to QNX8 cross Win64 toolchain...</Message> |
| 28 | pmbaty | 49 | </PostBuildEvent> |
| 31 | pmbaty | 50 | <PreBuildEvent> |
| 51 | <Command>make.cmd $(ProjectName)</Command> |
||
| 52 | </PreBuildEvent> |
||
| 53 | <PreBuildEvent /> |
||
| 1 | pmbaty | 54 | </ItemDefinitionGroup> |
| 55 | <ItemGroup> |
||
| 16 | pmbaty | 56 | <ClCompile Include="buffer.c" /> |
| 57 | <ClCompile Include="dump.c" /> |
||
| 1 | pmbaty | 58 | <ClCompile Include="ifstool.c" /> |
| 26 | pmbaty | 59 | <ClCompile Include="liblzo\minilzo.c" /> |
| 60 | <ClCompile Include="liblzo\testmini.c" /> |
||
| 61 | <ClCompile Include="libucl\src\alloc.c" /> |
||
| 62 | <ClCompile Include="libucl\src\n2b_99.c" /> |
||
| 63 | <ClCompile Include="libucl\src\n2b_d.c" /> |
||
| 64 | <ClCompile Include="libucl\src\n2b_ds.c" /> |
||
| 65 | <ClCompile Include="libucl\src\n2b_to.c" /> |
||
| 66 | <ClCompile Include="libucl\src\n2d_99.c" /> |
||
| 67 | <ClCompile Include="libucl\src\n2d_d.c" /> |
||
| 68 | <ClCompile Include="libucl\src\n2d_ds.c" /> |
||
| 69 | <ClCompile Include="libucl\src\n2d_to.c" /> |
||
| 70 | <ClCompile Include="libucl\src\n2e_99.c" /> |
||
| 71 | <ClCompile Include="libucl\src\n2e_d.c" /> |
||
| 72 | <ClCompile Include="libucl\src\n2e_ds.c" /> |
||
| 73 | <ClCompile Include="libucl\src\n2e_to.c" /> |
||
| 74 | <ClCompile Include="libucl\src\ucl_crc.c" /> |
||
| 75 | <ClCompile Include="libucl\src\ucl_init.c" /> |
||
| 76 | <ClCompile Include="libucl\src\ucl_ptr.c" /> |
||
| 77 | <ClCompile Include="libucl\src\ucl_str.c" /> |
||
| 78 | <ClCompile Include="libucl\src\ucl_util.c" /> |
||
| 16 | pmbaty | 79 | <ClCompile Include="sha512.c" /> |
| 1 | pmbaty | 80 | </ItemGroup> |
| 81 | <ItemGroup> |
||
| 82 | <None Include="ifstool.hsl" /> |
||
| 26 | pmbaty | 83 | <None Include="libucl\acc\acclib\bele.ch" /> |
| 84 | <None Include="libucl\acc\acclib\dosalloc.ch" /> |
||
| 85 | <None Include="libucl\acc\acclib\fnmatch.ch" /> |
||
| 86 | <None Include="libucl\acc\acclib\getopt.ch" /> |
||
| 87 | <None Include="libucl\acc\acclib\halloc.ch" /> |
||
| 88 | <None Include="libucl\acc\acclib\hfread.ch" /> |
||
| 89 | <None Include="libucl\acc\acclib\hmemcpy.ch" /> |
||
| 90 | <None Include="libucl\acc\acclib\hread.ch" /> |
||
| 91 | <None Include="libucl\acc\acclib\hsread.ch" /> |
||
| 92 | <None Include="libucl\acc\acclib\hstring.ch" /> |
||
| 93 | <None Include="libucl\acc\acclib\misc.ch" /> |
||
| 94 | <None Include="libucl\acc\acclib\opendir.ch" /> |
||
| 95 | <None Include="libucl\acc\acclib\perfctr.ch" /> |
||
| 96 | <None Include="libucl\acc\acclib\rand.ch" /> |
||
| 97 | <None Include="libucl\acc\acclib\rdtsc.ch" /> |
||
| 98 | <None Include="libucl\acc\acclib\uclock.ch" /> |
||
| 99 | <None Include="libucl\acc\acclib\wildargv.ch" /> |
||
| 100 | <None Include="libucl\acc\acc_chk.ch" /> |
||
| 101 | <None Include="libucl\acc\acc_chkr.ch" /> |
||
| 102 | <None Include="libucl\acc\acc_lib.ch" /> |
||
| 103 | <None Include="libucl\src\n2_99.ch" /> |
||
| 104 | <None Include="libucl\src\ucl_dll.ch" /> |
||
| 105 | <None Include="libucl\src\ucl_mchw.ch" /> |
||
| 106 | <None Include="libucl\src\ucl_swd.ch" /> |
||
| 31 | pmbaty | 107 | <None Include="make.cmd" /> |
| 35 | pmbaty | 108 | <None Include="make.sh" /> |
| 1 | pmbaty | 109 | </ItemGroup> |
| 16 | pmbaty | 110 | <ItemGroup> |
| 111 | <ClInclude Include="buffer.h" /> |
||
| 112 | <ClInclude Include="elffile.h" /> |
||
| 113 | <ClInclude Include="ifsfile.h" /> |
||
| 26 | pmbaty | 114 | <ClInclude Include="liblzo\lzoconf.h" /> |
| 115 | <ClInclude Include="liblzo\lzodefs.h" /> |
||
| 116 | <ClInclude Include="liblzo\minilzo.h" /> |
||
| 117 | <ClInclude Include="libucl\acc\acc.h" /> |
||
| 118 | <ClInclude Include="libucl\acc\acc_arch.h" /> |
||
| 119 | <ClInclude Include="libucl\acc\acc_auto.h" /> |
||
| 120 | <ClInclude Include="libucl\acc\acc_cc.h" /> |
||
| 121 | <ClInclude Include="libucl\acc\acc_cxx.h" /> |
||
| 122 | <ClInclude Include="libucl\acc\acc_defs.h" /> |
||
| 123 | <ClInclude Include="libucl\acc\acc_incd.h" /> |
||
| 124 | <ClInclude Include="libucl\acc\acc_ince.h" /> |
||
| 125 | <ClInclude Include="libucl\acc\acc_inci.h" /> |
||
| 126 | <ClInclude Include="libucl\acc\acc_init.h" /> |
||
| 127 | <ClInclude Include="libucl\acc\acc_lib.h" /> |
||
| 128 | <ClInclude Include="libucl\acc\acc_mm.h" /> |
||
| 129 | <ClInclude Include="libucl\acc\acc_os.h" /> |
||
| 130 | <ClInclude Include="libucl\acc\acc_type.h" /> |
||
| 131 | <ClInclude Include="libucl\include\ucl\ucl.h" /> |
||
| 132 | <ClInclude Include="libucl\include\ucl\uclconf.h" /> |
||
| 133 | <ClInclude Include="libucl\include\ucl\ucl_asm.h" /> |
||
| 134 | <ClInclude Include="libucl\src\getbit.h" /> |
||
| 135 | <ClInclude Include="libucl\src\ucl_conf.h" /> |
||
| 136 | <ClInclude Include="libucl\src\ucl_ptr.h" /> |
||
| 16 | pmbaty | 137 | <ClInclude Include="sha512.h" /> |
| 138 | <ClInclude Include="utility.h" /> |
||
| 139 | </ItemGroup> |
||
| 1 | pmbaty | 140 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 141 | <ImportGroup Label="ExtensionTargets"> |
||
| 142 | </ImportGroup> |
||
| 143 | </Project> |