mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
BUILD: Move buildfiles & improved prop includes (#10251)
* moved buildfiles to subdirectory * fix msvc build * fix cmake build
This commit is contained in:
parent
7a9a46e093
commit
11bace8804
33 changed files with 75 additions and 91 deletions
4
3rdparty/libusb/libusb_static.vcxproj
vendored
4
3rdparty/libusb/libusb_static.vcxproj
vendored
|
@ -15,9 +15,9 @@
|
|||
<ProjectGuid>{349EE8F9-7D25-4909-AAF5-FF3FADE72187}</ProjectGuid>
|
||||
<RootNamespace>libusb</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(SolutionDir)\common_default.props" />
|
||||
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default.props" />
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<Import Project="$(SolutionDir)\common_default_macros.props" />
|
||||
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default_macros.props" />
|
||||
<PropertyGroup Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue