Anonymissimus
aba8aa5d70
make tests usable in MSVC9
...
basically this method:
http://blog.yastrebkov.com/2010/07/boost-test-setup-and-usage.html
since I haven't found a way to solve the 400+ linker errors when
adding as a new project.
Created 2 additional configurations for project wesnoth only to build
a test.exe out of this project (debug/release).
Debugger works with the boost tests.
No main function conflict, interestingly.
2 problematic tests/cpp files in the test directory are disabled yet.
2011-11-27 01:57:11 +00:00
Anonymissimus
35a17fd952
visual studio 2010 projectfile update
2011-11-27 01:55:50 +00:00
Simon Forsyth
aa648f638c
Xcode 1.9.11 version numbering
2011-11-23 23:04:30 +00:00
Anonymissimus
3c793eb445
add a built configuration to MSVC for detecting memory leaks
...
defining HAVE_VISUAL_LEAK_DETECTOR, other settings copied from
Debug configuration, so people aren't required to include vld.h
2011-11-18 19:58:47 +00:00
Anonymissimus
67d6408de8
update built instructions
2011-11-09 23:55:52 +00:00
Simon Forsyth
b86a6cefb7
Update Xcode project
2011-10-30 14:17:00 +00:00
Anonymissimus
133e2f92eb
CB projectfile update
2011-10-29 21:15:37 +00:00
Anonymissimus
351d7f54b6
VS9 projectfile update
2011-10-29 21:15:17 +00:00
Anonymissimus
2a2cc9bb4f
CB projectfile update
2011-10-28 16:09:18 +00:00
Anonymissimus
a864beb1f3
VS projectfile update
2011-10-28 16:08:59 +00:00
Simon Forsyth
7151c8630d
prepare Xcode project for 1.9.10 release
2011-10-28 04:03:35 +00:00
Anonymissimus
2b71c291af
code blocks projectfile update
2011-10-26 17:27:02 +00:00
Anonymissimus
4e974060d6
visual studio projectfile update
2011-10-26 17:26:05 +00:00
Simon Forsyth
acdfb77ba1
turn off OpenMP in OS X project
2011-10-25 00:55:14 +00:00
Simon Forsyth
43dfb2c853
Update Xcode project file to match 2011-10-10T02:43:29Z!ai0867@gmail.com
2011-10-12 02:54:05 +00:00
Anonymissimus
8e2490c968
MSVC10 projectfile update
2011-10-10 17:12:42 +00:00
Anonymissimus
6b012ddec0
CB projectfile update
2011-10-10 17:11:23 +00:00
Anonymissimus
97002a783f
MSVC9 projectfiles update
2011-10-10 17:11:04 +00:00
Anonymissimus
769b8f5ba6
Define DEBUG_LUA in CB debug configuration and add files.
2011-10-03 20:51:52 +00:00
Anonymissimus
fb19fde97b
Define DEBUG_LUA in MSVC9 debug configuration and add files.
2011-10-03 20:51:36 +00:00
Simon Forsyth
a84915d712
Update Xcode project file to include new source files
2011-09-13 00:55:22 +00:00
Anonymissimus
b7801e1feb
VC10 projectfile update
2011-09-12 16:47:37 +00:00
Anonymissimus
6c7ab5b6db
CB projectfile update
2011-09-12 16:47:05 +00:00
Anonymissimus
22b202235a
vc9 projectfile update
2011-09-12 16:46:47 +00:00
Anonymissimus
d3afdb7b5c
removed interned.cpp to mute a warning
2011-09-11 16:22:38 +00:00
Anonymissimus
17b3aaa60b
add exceptions.cpp to CB projectfile
2011-09-10 17:20:17 +00:00
Anonymissimus
c57c0d35cf
add exceptions.cpp to VC10 projectfile
2011-09-10 17:20:01 +00:00
Anonymissimus
bec936cde5
add exceptions.cpp to VC9 projectfile
2011-09-10 17:19:43 +00:00
Timotei Dolean
efafc24744
Revert "Add the _WIN32_WINNT define to the MSVC9 solution"
...
This reverts commit 0270dfc6a6ed672b0774a73bc6a7ef36310546be.
2011-09-09 17:30:39 +00:00
Timotei Dolean
94382e1005
Add the _WIN32_WINNT define to the MSVC9 solution
2011-09-09 16:04:36 +00:00
Timotei Dolean
8afd7ceb00
update MSVC9 solution
2011-09-09 16:04:27 +00:00
Anonymissimus
252a829121
VC10 projectfile update
2011-09-09 14:27:10 +00:00
Anonymissimus
9b9839bebf
CB projectfile update
2011-09-09 14:26:51 +00:00
Timotei Dolean
02ad6c9dbc
Add the required libs to the Debug configuration...
...
...for the schema_generator project
2011-09-05 18:50:44 +00:00
Timotei Dolean
3c7264d764
Add the loadscreen_empty to the wesnothlib project...
...
...so it won't need any other non-related dependencies
2011-09-04 22:12:17 +00:00
Timotei Dolean
66225f871d
Don't compile the schema_generator project by default.
2011-09-04 17:31:31 +00:00
Timotei Dolean
dfd304d995
Create the project for schema_generator in MSVC 9
2011-09-04 17:28:32 +00:00
Simon Forsyth
3f2b9101b0
Fix bug #18587 :
...
restore old behaviour of drawing castle-cave wall transitions with
stone walls - reordered transitions to ensure stone walls appear above
cave transitions
2011-09-04 16:46:49 +00:00
Anonymissimus
bacc9ba7d9
MSVC10 projectfiles update
...
some info on how to reference .hpps and .libs without editing the
projectfiles here:
http://social.msdn.microsoft.com/Forums/en/vcgeneral/thread/a494abb8-3561-4ebe-9eb0-6f644a679862
2011-09-01 18:46:26 +00:00
Anonymissimus
f16493a098
fixed startup crash of the resulting binary,
...
...built system update, updated built instructions
The resulting binary is hopefully more stable now.
2011-08-23 16:33:52 +00:00
Anonymissimus
9285fc8865
cb projectfile update (added missing files)
2011-08-23 16:33:34 +00:00
Anonymissimus
0056c7c18a
VS9 projectfiles update
2011-08-23 16:33:15 +00:00
Anonymissimus
9493a930c0
cb projectfile update
2011-08-21 17:39:04 +00:00
Tommy Schmitz
3f97512688
Renamed mapbuilder_visitor to mapbuilder.
2011-08-20 08:05:42 +00:00
Simon Forsyth
0325952db6
Update Mac OS X project file
2011-08-20 04:21:51 +00:00
Anonymissimus
a4cc9dde49
CB projectfile update
2011-08-18 15:21:24 +00:00
Anonymissimus
6df03749c3
MSVC9 projectfiles update
2011-08-18 15:21:06 +00:00
Simon Forsyth
b85369229b
Update changelog
2011-08-13 15:31:21 +00:00
Anonymissimus
69ba1011d6
cb projectfile update
2011-08-10 23:00:14 +00:00
Anonymissimus
34662817ce
MSVC projectfile update
2011-08-10 22:59:55 +00:00