diff options
author | Simon Howard | 2014-08-30 11:32:32 -0400 |
---|---|---|
committer | Simon Howard | 2014-08-30 11:32:32 -0400 |
commit | 204814c7bb16a8ad45435a15328072681978ea57 (patch) | |
tree | dbfa341448036a5610659bdf638542feaee79e00 | |
parent | 4f8972e688a82e59184cdbd70d5fc7d7292e9619 (diff) | |
parent | 868034303b5d296d164b937f128e4a6434d46f05 (diff) | |
download | chocolate-doom-204814c7bb16a8ad45435a15328072681978ea57.tar.gz chocolate-doom-204814c7bb16a8ad45435a15328072681978ea57.tar.bz2 chocolate-doom-204814c7bb16a8ad45435a15328072681978ea57.zip |
Merge pull request #429 from Nik1895/patch-1
Update setup.vcproj
-rw-r--r-- | msvc/setup.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/msvc/setup.vcproj b/msvc/setup.vcproj index 342b55c5..8adca65c 100644 --- a/msvc/setup.vcproj +++ b/msvc/setup.vcproj @@ -284,6 +284,10 @@ >
</File>
<File
+ RelativePath="..\src\setup\txt_joyaxis.c"
+ >
+ </File>
+ <File
RelativePath="..\src\setup\txt_joybinput.c"
>
</File>
@@ -402,6 +406,10 @@ >
</File>
<File
+ RelativePath="..\src\setup\txt_joyaxis.h"
+ >
+ </File>
+ <File
RelativePath="..\src\setup\txt_joybinput.h"
>
</File>
|