From 1eca1491e07b1e6d71d85f3f0bcd9ff6c521200d Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 22 Jan 2006 07:44:22 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1889 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/dotnet2003/howto.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 engine/dotnet2003/howto.txt diff --git a/engine/dotnet2003/howto.txt b/engine/dotnet2003/howto.txt new file mode 100644 index 000000000..d5096a0ad --- /dev/null +++ b/engine/dotnet2003/howto.txt @@ -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 \ No newline at end of file