View Single Post
  #6  
Old 08-02-2011, 02:55 PM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default

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"
instead

Code:
SubWcRev "$(SolutionDir)." "$(ProjectDir)Properties\GlobalAssemblyInfo.template" "$(ProjectDir)Properties\GlobalAssemblyInfo.cs"
you may want to correct this on svn, or give me right access

PPS: why x86 and not x64?

Last edited by adonys; 08-02-2011 at 03:08 PM.
Reply With Quote