summary refs log tree commit diff stats
path: root/win32/wdkpt/vs2010/Microsoft.Cpp.x64.WDK7.targets
blob: fa6651e1122cc65bbaf8af052be0f96fe0042b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!--
***********************************************************************************************
Microsoft.Cpp.x64.v100.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

This file defines the steps/targets required to build Visual C++ (version 10.0) projects 
specifically on X64 platforms.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportBefore')" />

  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v100\ImportAfter')" />
</Project>
an class="nv">%EXPAT_DEST%\bin copy win32\bin\Release\libexpatw.dll %EXPAT_DEST%\bin copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin copy lib\expat.h %EXPAT_DEST%\include copy lib\expat_external.h %EXPAT_DEST%\include copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib copy COPYING %EXPAT_DEST%\share\doc\expat cd %EXPAT_DEST% set PATH=%PATH%;%ProgramFiles%\7-zip del ..\%PACKAGE_NAME%-x64.7z 7z a ..\%PACKAGE_NAME%-x64.7z * cd %EXPAT_SRC% rmdir /q /s %EXPAT_DEST% echo.Finished! pause