Skip to content

Commit

Permalink
Merge branch 'master' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Oct 28, 2024
2 parents 8976146 + f7559cd commit 7baad90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binary/projects/vs2022/agdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
<CustomBuildStep>
<Command>copy "$(TargetPath)" "E:\Steam\steamapps\common\Half-Life\zamnhlmp\dlls\$(TargetFileName)"</Command>
</CustomBuildStep>
<PostBuildEvent>
<Command>debug_filecopy.bat</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
Expand Down
3 changes: 3 additions & 0 deletions binary/projects/vs2022/debug_filecopy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
xcopy /f /y "Debug\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
pause
3 changes: 3 additions & 0 deletions binary/projects/vs2022/release_filecopy.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
xcopy /f /s /y "Release\" "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\zamnhlmp_dev\aura"
pause

0 comments on commit 7baad90

Please sign in to comment.