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>
C-WIN32 enable-camellia zlib-dynamic --openssldir=./ call ms\do_nasm @echo off nmake -f ms\ntdll.mak vclean nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test perl mk-ca-bundle.pl -n echo.Press return when ready to install! pause :: hack to have . as openssldir which is required for having OpenSSL load cert.pem from . move include include-orig nmake -f ms\ntdll.mak install rmdir /q /s %OPENSSL_DEST% mkdir %OPENSSL_DEST% move bin %OPENSSL_DEST% move include %OPENSSL_DEST% move lib %OPENSSL_DEST% mkdir %OPENSSL_DEST%\share mkdir %OPENSSL_DEST%\share\doc mkdir %OPENSSL_DEST%\share\doc\openssl move openssl.cnf %OPENSSL_DEST%\share\openssl.cnf.example move include-orig include move cert.pem %OPENSSL_DEST%\bin copy LICENSE %OPENSSL_DEST%\share\doc\openssl\COPYING cd %OPENSSL_DEST% set PATH=%PATH%;%ProgramFiles%\7-zip del ..\%PACKAGE_NAME%-x86.7z 7z a ..\%PACKAGE_NAME%-x86.7z * cd %OPENSSL_SRC% rmdir /q /s %OPENSSL_DEST% echo.Finished! pause