2014-03-22 00:58:19 -03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGInstrument|Win32">
|
|
|
|
|
<Configuration>PGInstrument</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGInstrument|x64">
|
|
|
|
|
<Configuration>PGInstrument</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGUpdate|Win32">
|
|
|
|
|
<Configuration>PGUpdate</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGUpdate|x64">
|
|
|
|
|
<Configuration>PGUpdate</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}</ProjectGuid>
|
|
|
|
|
<RootNamespace>tix</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
|
|
|
|
<Import Project="python.props" />
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<Import Project="tcltk.props" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Label="Configuration">
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<OutDir>$(tcltkDir)</OutDir>
|
|
|
|
|
<TargetPath>$(tixDLLPath)</TargetPath>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</PropertyGroup>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ExpectedOutputs Include="$(TargetPath)" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<PropertyGroup>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs>
|
2015-08-19 12:44:05 -03:00
|
|
|
|
<DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 UCRT=1 TCL_DBGX=g TK_DBGX=g</DebugFlags>
|
|
|
|
|
<DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1 UCRT=1</DebugFlags>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<NMakeBuildCommandLine>setlocal
|
|
|
|
|
@(ExpectedOutputs->'if not exist "%(FullPath)" goto build','
|
|
|
|
|
')
|
|
|
|
|
goto :eof
|
|
|
|
|
:build
|
|
|
|
|
set VCINSTALLDIR=$(VCInstallDir)
|
|
|
|
|
cd /D "$(tixDir)win"
|
|
|
|
|
nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersions) $(TixDirs) all install
|
|
|
|
|
</NMakeBuildCommandLine>
|
|
|
|
|
<NMakeCleanCommandLine>rmdir /q/s "$(OutDir.TrimEnd(`\`))"</NMakeCleanCommandLine>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</PropertyGroup>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="tcl.vcxproj">
|
|
|
|
|
<Project>{b5fd6f1d-129e-4bff-9340-03606fac7283}</Project>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="tk.vcxproj">
|
|
|
|
|
<Project>{7e85eccf-a72c-4da4-9e52-884508e80ba1}</Project>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
2014-03-22 00:58:19 -03:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2014-11-22 16:54:57 -04:00
|
|
|
|
|
|
|
|
|
<Target Name="Clean" />
|
|
|
|
|
<Target Name="CleanAll">
|
|
|
|
|
<RemoveDir Directories="$(OutDir)" />
|
|
|
|
|
<RemoveDir Directories="$(IntDir)" />
|
|
|
|
|
</Target>
|
2014-03-22 00:58:19 -03:00
|
|
|
|
</Project>
|