Skip to content

Commit

Permalink
Merge pull request #13 from katahiromz/vcxproj-trans
Browse files Browse the repository at this point in the history
Translate eram.vcxproj into Japanese
  • Loading branch information
Zero3K authored Nov 27, 2018
2 parents 961a0f5 + fa41099 commit ffc51f2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions eramui/eram.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
<ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
<StructMemberAlignment>1Byte</StructMemberAlignment>
</ClCompile>
<PostBuildEvent>
<Command>copy Release\eram.cpl ..\</Command>
<Message>ƒtƒ%40ƒCƒ‹‚̃Rƒs[</Message>
</PostBuildEvent>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -115,10 +111,6 @@
<ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
<StructMemberAlignment>1Byte</StructMemberAlignment>
</ClCompile>
<PostBuildEvent>
<Command>copy Debug\eram.cpl ..\</Command>
<Message>ƒtƒ%40ƒCƒ‹‚̃Rƒs[</Message>
</PostBuildEvent>
<Midl>
<SuppressStartupBanner>true</SuppressStartupBanner>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -154,10 +146,10 @@
<CustomBuild Include="eramui.def" />
<CustomBuild Include="eramum.mc">
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">mc -cs -h eramum.mc</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Ò¯¾°¼Þ‚ðºÝÊß²Ù’†</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Compiling messages...</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">eramum.bin;eramum.rc;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mc -cs -h eramum.mc</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Ò¯¾°¼Þ‚ðºÝÊß²Ù’†</Message>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Compiling messages...</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">eramum.bin;%(Outputs)</Outputs>
</CustomBuild>
</ItemGroup>
Expand Down

0 comments on commit ffc51f2

Please sign in to comment.