Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82389 - trunk/libs/context/build
From: oliver.kowalke_at_[hidden]
Date: 2013-01-07 16:31:02


Author: olli
Date: 2013-01-07 16:31:02 EST (Mon, 07 Jan 2013)
New Revision: 82389
URL: http://svn.boost.org/trac/boost/changeset/82389

Log:
context: fix bug #7864 for Win32 too

Text files modified:
   trunk/libs/context/build/Jamfile.v2 | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/libs/context/build/Jamfile.v2
==============================================================================
--- trunk/libs/context/build/Jamfile.v2 (original)
+++ trunk/libs/context/build/Jamfile.v2 2013-01-07 16:31:02 EST (Mon, 07 Jan 2013)
@@ -284,6 +284,7 @@
 alias asm_context_sources
    : asm/make_i386_ms_pe_masm.asm
      asm/jump_i386_ms_pe_masm.asm
+ dummy.cpp
    : <address-model>32
      <architecture>x86
      <binary-format>pe
@@ -294,6 +295,7 @@
 alias asm_context_sources
    : asm/make_i386_ms_pe_masm.asm
      asm/jump_i386_ms_pe_masm.asm
+ dummy.cpp
    : <address-model>32
      <architecture>x86
      <binary-format>pe
@@ -304,6 +306,7 @@
 alias asm_context_sources
    : [ make asm/make_i386_ms_pe_masm.o : asm/make_i386_ms_pe_masm.asm : @masm ]
      [ make asm/jump_i386_ms_pe_masm.o : asm/jump_i386_ms_pe_masm.asm : @masm ]
+ dummy.cpp
    : <address-model>32
      <architecture>x86
      <binary-format>pe


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk