Skip to content

Commit 7a1734e

Browse files
committed
Set up for 1.6.0 release
git-svn-id: https://code.crt.realtors.org/svn/librets/librets/trunk@1613 fe7ac059-47f5-0310-8599-d0339b4e125c
1 parent ec14dfe commit 7a1734e

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

project/build/config.vc.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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]
1313
BUILD = 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

project/build/version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = 1.6.0-SNAPSHOT
1+
VERSION = 1.6.0
22
HEX_VERSION = 010600

project/swig/python/Makefile.vc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2830
install:

project/swig/python3/Makefile.vc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2830
install:

0 commit comments

Comments
 (0)