Skip to content

Commit

Permalink
remove outdated dll copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 25, 2020
1 parent ac2d685 commit f8e2b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion game_clean/create_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ mkdir -p $clean_folder/bin
mkdir -p $clean_folder/tf/bin
mkdir -p $clean_folder/tf/custom
cp -f *.bat $clean_folder
cp -f *.dll $clean_folder/bin
cp -rf copy/* $clean_folder/

declare -a files=("hl2.exe" "srcds.exe" "bin/engine.dll" "bin/GameUI.dll" "bin/replay.dll" "bin/launcher.dll" "bin/inputsystem.dll" "bin/MaterialSystem.dll" "bin/dedicated.dll" "bin/ServerBrowser.dll" "bin/shaderapidx9.dll" "bin/vguimatsurface.dll" "bin/stdshader_dx9.dll" "bin/vgui2.dll" "bin/datacache.dll" "bin/sourcevr.dll" "bin/StudioRender.dll" "bin/SoundEmitterSystem.dll" "bin/bsppack.dll" "bin/FileSystem_Stdio.dll" "bin/scenefilecache.dll" "bin/vstdlib.dll" "bin/tier0.dll" "tf/bin/client.dll" "tf/bin/server.dll")
Expand Down

0 comments on commit f8e2b98

Please sign in to comment.