diff options
author | juz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-12-02 00:48:59 +0000 |
---|---|---|
committer | juz <juz@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-12-02 00:48:59 +0000 |
commit | 92b8d2cdf69e9eccb6b877ed90aa5cd829b087c2 (patch) | |
tree | 76638d4550fb6f9620b6d6350b6974a226d0c1e2 /misc | |
parent | 693420042b8eb5ded19141c544a06003e96fbda0 (diff) | |
download | ioquake3-aero-92b8d2cdf69e9eccb6b877ed90aa5cd829b087c2.tar.gz ioquake3-aero-92b8d2cdf69e9eccb6b877ed90aa5cd829b087c2.zip |
* Add con_log.c and con_passive.c from r1222 to quake3.vcproj.
* Rename 'write' and 'read' variables in con_log.c, as these are already
defined in io.h in the MSVC environment.
git-svn-id: svn://svn.icculus.org/quake3/trunk@1224 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc')
-rw-r--r-- | misc/msvc/quake3.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/msvc/quake3.vcproj b/misc/msvc/quake3.vcproj index 8277290..1d5513a 100644 --- a/misc/msvc/quake3.vcproj +++ b/misc/msvc/quake3.vcproj @@ -1150,6 +1150,14 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\code\sys\con_log.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\code\sys\con_passive.c"
+ >
+ </File>
+ <File
RelativePath="..\..\code\qcommon\cvar.c"
>
<FileConfiguration
|