diff options
author | James Haley | 2013-04-06 01:41:32 +0000 |
---|---|---|
committer | James Haley | 2013-04-06 01:41:32 +0000 |
commit | de482094992cf84425c5868b03abda4deea2306b (patch) | |
tree | b03d1dda6777f6e0d8e55569a99755705474b603 | |
parent | 245f00540331427e7dd56b5d9a68138366d6410f (diff) | |
download | chocolate-doom-de482094992cf84425c5868b03abda4deea2306b.tar.gz chocolate-doom-de482094992cf84425c5868b03abda4deea2306b.tar.bz2 chocolate-doom-de482094992cf84425c5868b03abda4deea2306b.zip |
Updated project file to add gusconf module
Subversion-branch: /branches/v2-branch
Subversion-revision: 2590
-rw-r--r-- | msvc/strife.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj index 34f7a143..f3827be4 100644 --- a/msvc/strife.vcproj +++ b/msvc/strife.vcproj @@ -245,6 +245,10 @@ >
</File>
<File
+ RelativePath="..\src\gusconf.h"
+ >
+ </File>
+ <File
RelativePath="..\src\i_cdmus.h"
>
</File>
@@ -665,6 +669,10 @@ >
</File>
<File
+ RelativePath="..\src\gusconf.c"
+ >
+ </File>
+ <File
RelativePath="..\src\i_cdmus.c"
>
</File>
|