Alexander van Gessel
76b74df4ab
Update projectfiles
2014-01-05 18:08:42 +01:00
Timotei Dolean
43e0449a35
Remove the 'Debug (fast)' and 'Release DEBUG' configurations
2012-07-14 18:58:20 +00:00
Timotei Dolean
f9533a240b
Revert "Remove the 'Release DEBG' configuration...
...
...and do a small cleanup to the .vcproj files"
2012-07-14 18:58:04 +00:00
Timotei Dolean
d81beb3f70
Remove the 'Release DEBG' configuration...
...
...and do a small cleanup to the .vcproj files
2012-07-14 17:43:13 +00:00
Timotei Dolean
98798757cd
Add the 'ReleaseDEBUG' configuration.
...
It seems MSVC has problems using configurations that have spaces in
their names. This replaces the previous 'Release DEBUG' configuration
2012-07-14 17:42:54 +00:00
Timotei Dolean
6ffa1df438
Add MSVC9 configuration: Release with DEBUG
2012-07-14 17:42:36 +00:00
Anonymissimus
efacd76ffe
set MSVC's intermediate output directories correctly
...
I finally managed to solve the linker warning spam about missing debug
information for liblua. Apparently the file MSVC was looking for was
overwritten by the one for wesnoth wich has the same name. This sets
an individual directory to write it to as it's already done for
wesnothlib. Also, this finally enables me to debug deep down into the
lua upstream source. :)
Also some other mostly warning related adjustments and fixes.
2012-03-28 18:15:50 +00:00
Anonymissimus
9858f59e50
VC9 projectfile update
...
There are some (new) warnings for the lua source;
set warning level for subproject
liblua to 0. Not our job.
2012-02-04 22:22:25 +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
1660635cb4
enabled openmp for all configurations... (forgot in 2011-06-27T16:13:34Z!anonymissimus@arcor.de)
2011-06-29 16:19:28 +00:00
Anonymissimus
c829161d59
enable openmp in MSVC2008+standalone project files
...
needed dll: http://www.mediafire.com/?dqlpppu2vqdd0yl
(put into wesnoth project root/execution dir)
2011-06-27 16:13:16 +00:00
Anonymissimus
81dc4a8b5d
reenable C4706
2011-06-05 01:51:06 +00:00
Anonymissimus
8cf73c9c91
cranked up the warnlevel to the maximum and disabled 3 warnings
...
(needs confirmation by mordante)
2011-06-03 21:15:25 +00:00
Anonymissimus
7f0cb881db
moved disabled warnings from projectfiles to global.hpp
2011-06-02 19:54:32 +00:00
Anonymissimus
21d5a5fa76
reverted "changed debug information format for liblua...
...
...from /ZI to /Zi in an attempt to mute more warnings"
2011-06-01 12:25:17 +00:00
Anonymissimus
081c34b595
changed debug information format for liblua...
...
...from /ZI to /Zi in an attempt to mute more warnings
2011-05-28 12:18:15 +00:00
Timotei Dolean
cd19fc770b
update the suppressed warnings
2011-04-16 13:56:02 +00:00
Timotei Dolean
c10a892e85
Add some extra preprocessor defines to disable some silly warnings
2011-04-11 19:05:45 +00:00
Timotei Dolean
edd352bae9
Add some warning suppresions triggered by the MSVC compiler:
...
C4244, C4099, C4345
2011-04-05 16:24:09 +00:00
Timotei Dolean
a897724217
Update the msvc solution
2011-03-31 21:07:11 +00:00
Anonymissimus
1cb38145f8
project files update
2011-02-19 16:01:24 +00:00
Jody Northup
b2e2f03545
C++ liblua now works in msvc native debug configurations.
2010-08-01 18:52:23 +00:00
Steven Panek
7cdadebfa3
Assigned svn:eol-style to a file.
2010-07-31 02:39:29 +00:00
Jody Northup
c2d3e92857
added c++ lualib support to native msvc build
2010-07-31 00:11:28 +00:00