Skip to content

Commit

Permalink
sakura_lang_en_US のプロジェクトで HeaderMake のプロジェクトに依存関係を設定する
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed Jun 2, 2018
1 parent e2ebf69 commit 0c59d50
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sakura/sakura_lang.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
<PreBuildEvent>
<Command>HeaderMake -in=..\sakura_core\Funccode_x.hsrc -out=..\sakura_core\Funccode_define.h -mode=define
HeaderMake -in=..\sakura_core\Funccode_x.hsrc -out=..\sakura_core\Funccode_enum.h -mode=enum -enum=EFunctionCode</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ResourceCompile>
Expand All @@ -71,13 +75,23 @@
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
<PreBuildEvent>
<Command>HeaderMake -in=..\sakura_core\Funccode_x.hsrc -out=..\sakura_core\Funccode_define.h -mode=define
HeaderMake -in=..\sakura_core\Funccode_x.hsrc -out=..\sakura_core\Funccode_enum.h -mode=enum -enum=EFunctionCode</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="..\sakura_lang_en_US\sakura_lang_rc.rc" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\sakura_lang_en_US\sakura_rc.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="HeaderMake.vcxproj">
<Project>{0f2918b0-23e3-42e8-a1a8-8739f726a23e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down

0 comments on commit 0c59d50

Please sign in to comment.