ref: 868034303b5d296d164b937f128e4a6434d46f05
parent: 4f8972e688a82e59184cdbd70d5fc7d7292e9619
author: Nik1895 <Nik1895@users.noreply.github.com>
date: Sat Aug 30 13:00:27 EDT 2014
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.
--- 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>
@@ -399,6 +403,10 @@
</File>
<File
RelativePath="..\src\setup\sound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\setup\txt_joyaxis.h"
>
</File>
<File