Fixed handling of Examples Data Path

This commit is contained in:
the_fiddler 2007-11-11 23:28:58 +00:00
parent 02fcd2fc80
commit 72d39054db
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -73,7 +73,7 @@ namespace OpenTK.Build
Directory.GetCurrentDirectory().LastIndexOf("Build"));
Directory.SetCurrentDirectory(RootPath);
SourcePath = Path.Combine(RootPath, "Source");
DataSourcePath = Path.Combine(SourcePath, "Examples\\Data");
DataSourcePath = Path.Combine(SourcePath, Path.Combine("Examples", "Data"));
// Workaroung for nant on x64 windows (safe for other platforms too, as this affects
// only the current process).