![]() |
#6
|
|||
|
|||
![]()
I've figured out the path, atm I'm using "il-2 sturmovik cliffs of dover\parts\_work\IL2CoD_solution" as the svn checkout folder.
There's yet a problem with the Pre-Build Events of the Game project.. they don't seem to work, so the GlobalAssemblyInfo.cs is not created. This is what I'm trying to figure out now. PS: Got it, there's an error in the Pre-Build script: Code:
SubWcRev "$(SolutionDir)ProjectDir)." "$(ProjectDir)Properties\GlobalAssemblyInfo.template" "$(ProjectDir)Properties\GlobalAssemblyInfo.cs" Code:
SubWcRev "$(SolutionDir)." "$(ProjectDir)Properties\GlobalAssemblyInfo.template" "$(ProjectDir)Properties\GlobalAssemblyInfo.cs" ![]() PPS: why x86 and not x64? Last edited by adonys; 08-02-2011 at 03:08 PM. |
|
|