*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1889 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2006-01-22 07:44:22 +00:00
parent 3417e7d111
commit 1eca1491e0
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
How to make project files for Visual Studio .net 2003?
Load the Visual C++ 6.0 project file (ftequake.dsw in the /ftequake folder), say yes to Convert ftequake.dsp and gas2masm.whatever.. Hit save now..
Now you must edit ftequake.vcproj, and replace every occurance of " with nothing. If you don't do this, the custom build steps will fail. There now you have uptodate project files.
Moodles