Question

I recently have built truecrypt source code for windows on Visual 2012. I got 6 files succed, no failed, no skips. But.. there are no output files in "relese" directory which is said there should be in readme file.

ANy idea what's the problem?

edit

Yeah, I am using files from official truecrypt site.

This is message:

6>  Generating Code...
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1137,5): warning MSB8012: TargetPath(C:\Users\Artur\Desktop\tcc\Setup\Debug\Setup.exe) does not match the Linker's OutputFile property value (C:\Users\Artur\Desktop\tcc\Setup\Debug\TrueCryptSetup.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).
6>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppBuild.targets(1139,5): warning MSB8012: TargetName(Setup) does not match the Linker's OutputFile property value (TrueCryptSetup). 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).
6>ComSetup.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
6>  Setup.vcxproj -> C:\Users\Artur\Desktop\tcc\Setup\Debug\Setup.exe
========== Rebuild All: 6 succeeded, 0 failed, 0 skipped ==========
Was it helpful?

Solution

You are using Debug configuration, your file is C:\Users\Artur\Desktop\tcc\Setup\Debug\Setup.exe

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top