File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed
Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- Version 1.6.0 - xx xxx 2014
1+ Version 1.6.0 - 15 Mar 2014
22
33 * Remove errant BOOST_FILESYSTEM_VERSION declaration.
44 * Correct RetsExceptionContext::GetFileName to fs::path.
Original file line number Diff line number Diff line change 11# Point to vendor code, checked out from svn. Must be an absolute
22# path with backslashes. Do not use forward slashes.
3- BASE_PATH = c:\librets\vendor\vs2008 -$(TARGET_CPU)
3+ BASE_PATH = c:\librets\vendor\vs2010 -$(TARGET_CPU)
44#
55# The path to the SWIG support files. This depends on the
66# SWIG version.
7- SWIG_LIBRARY = /cygdrive/c/ librets/ vendor/vs2008 -$(TARGET_CPU)/ share/ swig/ 2.0.1
7+ SWIG_LIBRARY = c:\ librets\ vendor\vs2010 -$(TARGET_CPU)\ share\ swig\ 2.0.12
88
99# The BOOST version currently being used.
10- BOOST_VERSION=1_47
10+ BOOST_VERSION=1_55
1111
1212# [debug, release]
1313BUILD = release
@@ -29,4 +29,4 @@ USE_SQL_COMPILER = true
2929# Visual Studio version to use.
3030# [vs2003, vs2005, vs2008]
3131#
32- VS_VERSION = vs2008
32+ VS_VERSION = vs2010
Original file line number Diff line number Diff line change 1- VERSION = 1.6.0-SNAPSHOT
1+ VERSION = 1.6.0
22HEX_VERSION = 010600
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ $(LIBRETS_EXT): librets_wrap.cpp
2323 echo $(LIBRETS_LIB) >> $(SETUP_CONFIG)
2424 echo $(CFLAGS) >> $(SETUP_CONFIG)
2525 echo ../librets_bridge.cpp >> $(SETUP_CONFIG)
26+ set DISTUTILS_USE_SDK=1
27+ set MSSdk=1
2628 python setup.py build --compiler=msvc
2729
2830install:
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ $(LIBRETS_EXT): librets_wrap.cpp
2323 echo $(LIBRETS_LIB) >> $(SETUP_CONFIG)
2424 echo $(CFLAGS) >> $(SETUP_CONFIG)
2525 echo ../librets_bridge.cpp >> $(SETUP_CONFIG)
26+ set DISTUTILS_USE_SDK=1
27+ set MSSdk=1
2628 python setup.py build --compiler=msvc
2729
2830install:
You can’t perform that action at this time.
0 commit comments