1
0
forked from mirrors/0ad

path issue with gui fixed

This was SVN commit r67.
This commit is contained in:
janwas
2003-11-18 14:30:24 +00:00
parent 26b2ca3828
commit 65df219c0a
-23
View File
@@ -1,23 +0,0 @@
Tested with VS 7.0. I've never tried with 7.1, so if someone
does, let me know how it works out.
Known problems:
- When reading files like xml files, its working directory is
vc7/, but when reading things like font it looks in
binaries/. I haven't investigated why, seems very odd.
Ultimately the xml file reading's root dir should be
binaries/ too.
/Gee
Known solution :))
- I put the GUI init code before VFS init (which changes the dir
as you mention to binaries/data), so that it'd work as you had it.
When you're ready, just move all data to binaries/data, move
the GUI init after vfs_set_root in main.cpp, and we're go.
p.s. we only need .vsproj and .sln in CVS; .ncb is built by VC.
janwas
15.11.03: done. -- janwas