|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2008-07-20 23:35:02
Author: grafik
Date: 2008-07-20 23:35:02 EDT (Sun, 20 Jul 2008)
New Revision: 47646
URL: http://svn.boost.org/trac/boost/changeset/47646
Log:
Fix PNG pre-header generation for Windows.
Text files modified:
sandbox/tools/build_extensions/ext/irrlicht.jam | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
Modified: sandbox/tools/build_extensions/ext/irrlicht.jam
==============================================================================
--- sandbox/tools/build_extensions/ext/irrlicht.jam (original)
+++ sandbox/tools/build_extensions/ext/irrlicht.jam 2008-07-20 23:35:02 EDT (Sun, 20 Jul 2008)
@@ -187,6 +187,14 @@
: $(requirements)
<dependency>/ext/irrlicht//IrrCompileConfig.h
;
+
+ common-requirements +=
+ <implicit-dependency>/ext/irrlicht//IrrCompileConfigPre.h
+ <dependency>/ext/irrlicht//IrrCompileConfigPre.h
+ <toolset>msvc:<cxxflags>"/FIIrrCompileConfigPre.h"
+ <toolset>gcc:<cxxflags>"-include IrrCompileConfigPre.h"
+ <toolset>darwin:<cxxflags>"-include IrrCompileConfigPre.h"
+ ;
extension.text irrlicht $(version)
: irrPNG.h
@@ -198,17 +206,6 @@
<target-os>iphone:<>"#define png_set_bgr(x)"
"#endif"
: $(requirements)
- : <toolset>msvc:<cxxflags>"/FIirrPNG.h"
- <toolset>gcc:<cxxflags>"-include irrPNG.h"
- <toolset>darwin:<cxxflags>"-include irrPNG.h"
- ;
-
- common-requirements +=
- <implicit-dependency>/ext/irrlicht//IrrCompileConfigPre.h
- <dependency>/ext/irrlicht//IrrCompileConfigPre.h
- <toolset>msvc:<cxxflags>"/FIIrrCompileConfigPre.h"
- <toolset>gcc:<cxxflags>"-include IrrCompileConfigPre.h"
- <toolset>darwin:<cxxflags>"-include IrrCompileConfigPre.h"
;
alias gl : : : :
@@ -255,6 +252,9 @@
<link>static:<define>_IRR_STATIC_LIB_
<implicit-dependency>irrPNG.h
<dependency>irrPNG.h
+ <toolset>msvc:<cxxflags>"/FIirrPNG.h"
+ <toolset>gcc:<cxxflags>"-include irrPNG.h"
+ <toolset>darwin:<cxxflags>"-include irrPNG.h"
;
lib Irrlicht
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