mirror of https://github.com/PCSX2/pcsx2.git
USBqemu: Fix release build.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4905 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
ef50bc898d
commit
433715f23e
|
@ -128,6 +128,7 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\qemu-usb\usb-hub.cpp">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\qemu-usb\usb-kbd.cpp" />
|
||||
<ClCompile Include="..\usb-mic\usb-mic-dummy.cpp">
|
||||
|
|
Loading…
Reference in New Issue