diff options
author | Nik1895 | 2014-08-30 17:00:27 +0400 |
---|---|---|
committer | Nik1895 | 2014-08-30 17:00:27 +0400 |
commit | 868034303b5d296d164b937f128e4a6434d46f05 (patch) | |
tree | dbfa341448036a5610659bdf638542feaee79e00 /msvc | |
parent | 4f8972e688a82e59184cdbd70d5fc7d7292e9619 (diff) | |
download | chocolate-doom-868034303b5d296d164b937f128e4a6434d46f05.tar.gz chocolate-doom-868034303b5d296d164b937f128e4a6434d46f05.tar.bz2 chocolate-doom-868034303b5d296d164b937f128e4a6434d46f05.zip |
Update setup.vcproj
Need to include the missing files in the setup project: txt_joyaxis.h and txt_joyaxis.c.
Without this, setup won't compile, complain about unresolved external symbol.
Diffstat (limited to 'msvc')
-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>
|