MantisBT - VCMI
View Issue Details
0000913VCMIOtherpublic2012-03-14 04:562014-05-30 17:40
q4a 
Tow 
normalminoralways
closedfixed 
x86WindowsXP SP3
0.88 
 
0000913: Cannot build r2591
See here:
http://vcmi.svn.sourceforge.net/viewvc/vcmi/trunk/server/VCMI_server.vcxproj?r1=2591&r2=2590&pathrev=2591 [^]
The main cause of the error is zlib.lib replaced with zdll.lib in VCMI_server.vcxproj:115.

And i'm not sure, that all users has such dirs:
 75 line: G:\Programowanie\VCMI\RD
116 line: ../..;../../libs;../
163 line: G:\Programowanie\VCMI\libs;$(OutDir);G:\Programowanie\VCMI\RD
181 line: F:\Programowanie\VCMI\include
195 line: F:\Programowanie\VCMI\libs;F:\Programowanie\VCMI\RD

May be better add all this paths to AdditionalIncludeDirectories and AdditionalLibraryDirectories from VCMI_global.props??
No tags attached.
Issue History
2012-03-14 04:56q4aNew Issue
2012-03-14 05:56WarmongerNote Added: 0002311
2012-03-26 11:08TowNote Added: 0002315
2012-03-26 11:08TowStatusnew => resolved
2012-03-26 11:08TowResolutionopen => fixed
2012-03-26 11:08TowAssigned To => Tow
2014-05-30 17:40beegeeStatusresolved => closed

Notes
(0002311)
Warmonger   
2012-03-14 05:56   
Ignore it, I submitted server project by mistake.
(0002315)
Tow   
2012-03-26 11:08   
I've reverted project file in r2593.