diff options
author | linguica | 2015-07-23 12:27:00 -0700 |
---|---|---|
committer | Mike Swanson | 2015-08-24 14:30:32 -0700 |
commit | 1325cde4859ca54eed3e1da2c1d226ae96b62c00 (patch) | |
tree | 2f64d8f172f98e2556cded3f1a0bb21ab5717151 /msvc | |
parent | 750aa95aad7d924b879dce60aa8abdd9c281af6e (diff) | |
download | chocolate-doom-1325cde4859ca54eed3e1da2c1d226ae96b62c00.tar.gz chocolate-doom-1325cde4859ca54eed3e1da2c1d226ae96b62c00.tar.bz2 chocolate-doom-1325cde4859ca54eed3e1da2c1d226ae96b62c00.zip |
Fixed Heretic / Hexen vcproj files
Removed nonexistent files
Diffstat (limited to 'msvc')
-rw-r--r-- | msvc/heretic.vcproj | 4 | ||||
-rw-r--r-- | msvc/hexen.vcproj | 8 |
2 files changed, 0 insertions, 12 deletions
diff --git a/msvc/heretic.vcproj b/msvc/heretic.vcproj index 3b80ce3c..b3e150cf 100644 --- a/msvc/heretic.vcproj +++ b/msvc/heretic.vcproj @@ -469,10 +469,6 @@ >
</File>
<File
- RelativePath="..\src\heretic\i_sound.c"
- >
- </File>
- <File
RelativePath="..\src\heretic\in_lude.c"
>
</File>
diff --git a/msvc/hexen.vcproj b/msvc/hexen.vcproj index 1b1e3b4e..5c2d2014 100644 --- a/msvc/hexen.vcproj +++ b/msvc/hexen.vcproj @@ -426,10 +426,6 @@ >
</File>
<File
- RelativePath="..\src\hexen\i_sound.c"
- >
- </File>
- <File
RelativePath="..\src\hexen\in_lude.c"
>
</File>
@@ -438,10 +434,6 @@ >
</File>
<File
- RelativePath="..\src\hexen\m_misc.c"
- >
- </File>
- <File
RelativePath="..\src\hexen\m_random.c"
>
</File>
|