Automatically combine cheat files on build
This commit is contained in:
parent
a3d9249fdb
commit
bf269454dd
|
@ -88,3 +88,4 @@ Thumbs.db
|
|||
/Source/Project64-video/Version.h
|
||||
/Source/RSP/Version.h
|
||||
/Save
|
||||
/Config/Project64.cht
|
||||
|
|
15826
Config/Project64.cht
15826
Config/Project64.cht
File diff suppressed because it is too large
Load Diff
|
@ -11,6 +11,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project64", "Source\Project
|
|||
{A4D13408-A794-4199-8FC7-4A9A32505005} = {A4D13408-A794-4199-8FC7-4A9A32505005}
|
||||
{D233025A-231F-4A43-92B6-E87193C60ACC} = {D233025A-231F-4A43-92B6-E87193C60ACC}
|
||||
{FD617E80-9E40-4138-85DA-B94633972E6A} = {FD617E80-9E40-4138-85DA-B94633972E6A}
|
||||
{B2E592F2-F416-4049-BD22-9CA9090242BB} = {B2E592F2-F416-4049-BD22-9CA9090242BB}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RSP", "Source\RSP\RSP.vcxproj", "{A7ED562C-63F3-4B7E-B6B3-2CF7848752E1}"
|
||||
|
|
|
@ -40,6 +40,9 @@
|
|||
<ClCompile>
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<PostBuildEvent>
|
||||
<Command>"$(OutDir)\JoinSettings.exe" -join "$(SolutionDir)Config\Cheats" "$(SolutionDir)Config\Project64.cht"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="main.cpp" />
|
||||
|
|
Loading…
Reference in New Issue