mirror of
https://github.com/RPCS3/libusb.git
synced 2024-11-23 18:19:40 +00:00
WinCE: Fix x86 build on Visual Studio 2005
This commit is contained in:
parent
ad3e3d42ee
commit
3b50a9391a
@ -1 +1 @@
|
||||
#define LIBUSB_NANO 10641
|
||||
#define LIBUSB_NANO 10642
|
||||
|
@ -543,6 +543,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\libusb-1.0.dll"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
ModuleDefinitionFile="../libusb/libusb-1.0.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
@ -1094,6 +1095,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\libusb-1.0.dll"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
ModuleDefinitionFile="../libusb/libusb-1.0.def"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
|
@ -522,6 +522,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
SubSystem="9"
|
||||
EntryPointSymbol="mainACRTStartup"
|
||||
TargetMachine="0"
|
||||
@ -1052,6 +1053,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
SubSystem="9"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
|
@ -523,6 +523,7 @@
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
EntryPointSymbol="mainACRTStartup"
|
||||
TargetMachine="0"
|
||||
/>
|
||||
@ -1053,6 +1054,7 @@
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
EntryPointSymbol="mainACRTStartup"
|
||||
|
@ -523,6 +523,7 @@
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
EntryPointSymbol="mainACRTStartup"
|
||||
TargetMachine="0"
|
||||
/>
|
||||
@ -1053,6 +1054,7 @@
|
||||
Name="VCLinkerTool"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="9"
|
||||
IgnoreDefaultLibraryNames="oldnames.lib,libc.lib"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
EntryPointSymbol="mainACRTStartup"
|
||||
|
Loading…
Reference in New Issue
Block a user