2013-06-06 2 views
0

저는 최근 Visual 2012에서 Windows 용 truecrypt 소스 코드를 구축했습니다. 6 개의 파일이 생성되었지만 실패하지는 않았으며 건너 뛰지 않았습니다. 하지만 .. readme 파일에 있어야하는 "relese"디렉토리에는 출력 파일이 없습니다.Truecrypt 소스 코드 파일

문제는 무엇입니까?

편집

네, 공식 truecrypt 사이트의 파일을 사용하고 있습니다.

이 메시지입니다 : 당신은 Debug 구성을 사용하는

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 ========== 
+0

C:\Users\Artur\Desktop\tcc\Setup\Debug\Setup.exe 당신이 릴리스 구성을 사용했다 확실하다? – Mikhail

+0

메시지를 추가했습니다. 아마도 도움이됩니다. – trinny

+0

디버깅 구성을 사용하여 옵션을 "relee"로 변경했을 때 모든 파일을 보여주었습니다. 작동하지는 않지만 ../ – trinny

답변

0

, 파일이

+0

괜찮습니다. 맞습니다. 다른 질문을하겠습니다. 왜냐하면 지금도 여기있는 사람들조차도 일하지 않기 때문입니다. 나는 당신이 그것을 볼 수 있고 어쩌면 도움이되기를 바랍니다 :) – trinny