About Store Forum Documentation Contact



Post Reply 
Problem VS
Author Message
Viruzzz Offline
Member

Post: #1
Problem VS
Code:
1>------ Build started: Project: FirstBlood, Configuration: Release Win32 ------
1>D:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(F:\Game_Developments\- Projects -\SoK\Client\Release\FirstBlood.exe) does not match the Linker's OutputFile property value (F:\Game_Developments\- Projects -\SoK\Client\FirstBlood.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>  FirstBlood.vcxproj -> F:\Game_Developments\- Projects -\SoK\Client\Release\FirstBlood.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

what is the problem?
01-30-2011 12:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
llynx Offline
Member

Post: #2
RE: Problem VS
Change your output directory to

Code:
$(SolutionDir)\

in Project Properties --> General
01-30-2011 12:53 AM
Find all posts by this user Quote this message in a reply
Viruzzz Offline
Member

Post: #3
RE: Problem VS
it working thx
01-30-2011 01:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply