Skip to content

Commit

Permalink
Merge pull request #5 from leadedge/develop
Browse files Browse the repository at this point in the history
Change to Unicode
  • Loading branch information
Lynn Jarvis authored Oct 17, 2020
2 parents 1ec5576 + 71dbc11 commit b582010
Show file tree
Hide file tree
Showing 22 changed files with 1,175 additions and 210 deletions.
13 changes: 9 additions & 4 deletions SpoutCamDX.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -141,6 +141,8 @@
</Link>
<PostBuildEvent>
<Command>copy /y $(TargetPath) release\win32\SpoutCam32.ax


</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
Expand All @@ -167,6 +169,9 @@
<Command>copy /y $(TargetPath) release\x64\SpoutCam64.ax
</Command>
</PostBuildEvent>
<Manifest>
<EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down
8 changes: 4 additions & 4 deletions SpoutDX/winproj2017/SpoutDX.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v141</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down
1 change: 1 addition & 0 deletions baseclasses/winproj2017/BaseClasses.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down
Binary file modified release/win32/SpoutCam32.ax
Binary file not shown.
3 changes: 3 additions & 0 deletions release/win32/SpoutCamProperties.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
cd /d "%~dp0"
START C:\Windows\System32\rundll32.exe SpoutCam32.ax,Configure
3 changes: 0 additions & 3 deletions release/win32/SpoutCamSettings.cmd

This file was deleted.

Binary file modified release/x64/SpoutCam64.ax
Binary file not shown.
3 changes: 3 additions & 0 deletions release/x64/SpoutCamProperties.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
cd /d "%~dp0"
START C:\Windows\System32\rundll32.exe SpoutCam64.ax,Configure
3 changes: 0 additions & 3 deletions release/x64/SpoutCamSettings.cmd

This file was deleted.

Binary file added source/cam.aps
Binary file not shown.
Loading

0 comments on commit b582010

Please sign in to comment.