Skip to content

Commit

Permalink
Add diz_c0 missed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Dec 26, 2020
1 parent 9925001 commit ddeb96b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Col0/diz_c0/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
*.res
*.pch
*.dep

/x64
11 changes: 7 additions & 4 deletions Col0/diz_c0/diz.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,29 @@
<ProjectGuid>{D179531C-0F06-473A-A301-7FE8976046EC}</ProjectGuid>
<RootNamespace>diz</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_C0|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v141_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>false</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_C0|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v141_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_C0|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_C0|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand All @@ -70,11 +71,13 @@
<IntDir>C:\Temp\CE\$(ProjectName).$(Platform).$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
<EmbedManifest>false</EmbedManifest>
<TargetName>diz_c0</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_C0|x64'">
<OutDir>$(SolutionDir)\$(Platform).$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
<LinkIncremental>true</LinkIncremental>
<TargetName>diz_c0_x64</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_C0|Win32'">
<OutDir>$(SolutionDir)\$(Platform).$(Configuration)\</OutDir>
Expand Down
4 changes: 2 additions & 2 deletions Col0/diz_c0/version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

#define MVV_1 3
#define MVV_2 1
#define MVV_3 0
#define MVV_3 1
#define MVV_4 0
#define MVV_4a ""


#define STRING2(x) #x
#define STRING(x) STRING2(x)

#define DIZC0VERS STRING(MVV_1) "." STRING(MVV_2)
#define DIZC0VERS STRING(MVV_1) "." STRING(MVV_2) "." STRING(MVV_3)
#define DIZC0VERN MVV_1,MVV_2,MVV_3,MVV_4

#ifdef _WIN64
Expand Down

0 comments on commit ddeb96b

Please sign in to comment.