blob: 4536cbc925bd967251ce5f5e3e31ae207c99706c [file] [log] [blame]
Zachary Warea191b912014-03-21 22:58:19 -05001<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
Steve Dower65e4cb12014-11-22 12:54:57 -08008 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
Zachary Warea191b912014-03-21 22:58:19 -050011 </ProjectConfiguration>
12 <ProjectConfiguration Include="PGInstrument|Win32">
13 <Configuration>PGInstrument</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="PGInstrument|x64">
17 <Configuration>PGInstrument</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="PGUpdate|Win32">
21 <Configuration>PGUpdate</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="PGUpdate|x64">
25 <Configuration>PGUpdate</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
Steve Dower65e4cb12014-11-22 12:54:57 -080028 <ProjectConfiguration Include="Debug|x64">
29 <Configuration>Debug</Configuration>
30 <Platform>x64</Platform>
Zachary Warea191b912014-03-21 22:58:19 -050031 </ProjectConfiguration>
32 <ProjectConfiguration Include="Release|x64">
33 <Configuration>Release</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 </ItemGroup>
37 <PropertyGroup Label="Globals">
38 <ProjectGuid>{B5FD6F1D-129E-4BFF-9340-03606FAC7283}</ProjectGuid>
Zachary Warea191b912014-03-21 22:58:19 -050039 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080040
41 <Import Project="python.props" />
Zachary Warea191b912014-03-21 22:58:19 -050042 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Steve Dower65e4cb12014-11-22 12:54:57 -080043 <Import Project="tcltk.props" />
44
45 <PropertyGroup Label="Configuration">
Zachary Warea191b912014-03-21 22:58:19 -050046 <ConfigurationType>Makefile</ConfigurationType>
Steve Dower65e4cb12014-11-22 12:54:57 -080047 <OutDir>$(tcltkDir)</OutDir>
48 <TargetPath>$(OutDir)bin\$(tclDLLName)</TargetPath>
Zachary Warea191b912014-03-21 22:58:19 -050049 </PropertyGroup>
Steve Dower65e4cb12014-11-22 12:54:57 -080050
Steve Dower65e4cb12014-11-22 12:54:57 -080051 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52
53 <PropertyGroup>
Steve Dowerfcbe1df2015-09-08 21:39:01 -070054 <TclOpts>msvcrt</TclOpts>
55 <TclOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TclOpts>
Steve Dower5d578442017-09-06 13:55:42 -070056 <TclDirs>BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs>
Steve Dower65e4cb12014-11-22 12:54:57 -080057 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
Segev Finer679b5662017-07-27 01:17:57 +030058 <WarningsFlags>WARNINGS="-W3 -wd4311 -wd4312"</WarningsFlags>
Steve Dower65e4cb12014-11-22 12:54:57 -080059 <NMakeBuildCommandLine>setlocal
Steve Dower65e4cb12014-11-22 12:54:57 -080060set VCINSTALLDIR=$(VCInstallDir)
61cd /D "$(tclDir)win"
Segev Finer679b5662017-07-27 01:17:57 +030062nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) core shell dlls
63nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) install-binaries install-libraries
Steve Dower68d663c2017-07-17 11:15:48 +020064copy /Y ..\license.terms "$(OutDir)\tcllicense.terms"
Steve Dower65e4cb12014-11-22 12:54:57 -080065</NMakeBuildCommandLine>
66 </PropertyGroup>
67
Zachary Warea191b912014-03-21 22:58:19 -050068 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Steve Dower68d663c2017-07-17 11:15:48 +020069
Steve Dower65e4cb12014-11-22 12:54:57 -080070 <Target Name="Clean" />
Steve Dowerb7567c52016-07-15 11:55:52 -070071
72 <Target Name="ResolveAssemblyReferences" />
Zachary Warea191b912014-03-21 22:58:19 -050073</Project>