mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Build system updates
This commit is contained in:
parent
2c83574377
commit
04646fe678
@ -850,6 +850,7 @@ list(APPEND NativeAppSource
|
||||
UI/PauseScreen.cpp
|
||||
UI/GameScreen.cpp
|
||||
UI/GameSettingsScreen.cpp
|
||||
UI/GPUDriverTestScreen.cpp
|
||||
UI/TiltAnalogSettingsScreen.cpp
|
||||
UI/TiltEventProcessor.cpp
|
||||
UI/TouchControlLayoutScreen.cpp
|
||||
|
@ -312,6 +312,7 @@
|
||||
<ClInclude Include="..\..\UI\GamepadEmu.h" />
|
||||
<ClInclude Include="..\..\UI\GameScreen.h" />
|
||||
<ClInclude Include="..\..\UI\GameSettingsScreen.h" />
|
||||
<ClInclude Include="..\..\UI\GPUDriverTestScreen.h" />
|
||||
<ClInclude Include="..\..\UI\HostTypes.h" />
|
||||
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
||||
<ClInclude Include="..\..\UI\MainScreen.h" />
|
||||
@ -346,6 +347,7 @@
|
||||
<ClCompile Include="..\..\UI\GamepadEmu.cpp" />
|
||||
<ClCompile Include="..\..\UI\GameScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\GameSettingsScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
||||
@ -378,4 +380,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
@ -15,6 +15,7 @@
|
||||
<ClCompile Include="..\..\UI\GamepadEmu.cpp" />
|
||||
<ClCompile Include="..\..\UI\GameScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\GameSettingsScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\GPUDriverTestScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\InstallZipScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\MainScreen.cpp" />
|
||||
<ClCompile Include="..\..\UI\MiscScreens.cpp" />
|
||||
@ -49,6 +50,7 @@
|
||||
<ClInclude Include="..\..\UI\GamepadEmu.h" />
|
||||
<ClInclude Include="..\..\UI\GameScreen.h" />
|
||||
<ClInclude Include="..\..\UI\GameSettingsScreen.h" />
|
||||
<ClInclude Include="..\..\UI\GPUDriverTestScreen.h" />
|
||||
<ClInclude Include="..\..\UI\HostTypes.h" />
|
||||
<ClInclude Include="..\..\UI\InstallZipScreen.h" />
|
||||
<ClInclude Include="..\..\UI\MainScreen.h" />
|
||||
|
@ -506,6 +506,7 @@ LOCAL_SRC_FILES := \
|
||||
$(SRC)/UI/GameScreen.cpp \
|
||||
$(SRC)/UI/ControlMappingScreen.cpp \
|
||||
$(SRC)/UI/GameSettingsScreen.cpp \
|
||||
$(SRC)/UI/GPUDriverTestScreen.cpp \
|
||||
$(SRC)/UI/TiltAnalogSettingsScreen.cpp \
|
||||
$(SRC)/UI/TiltEventProcessor.cpp \
|
||||
$(SRC)/UI/TouchControlLayoutScreen.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user