Skip to content

Commit

Permalink
Merge pull request #108 from malortie/rename-glock-source-file
Browse files Browse the repository at this point in the history
Renamed hl_wpn_glock.cpp to glock.cpp
  • Loading branch information
SamVanheer committed Dec 4, 2021
2 parents 05e4d6c + 84b0bc3 commit 8871320
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 18 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/vs2017/hl_cdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<ClCompile Include="..\..\dlls\squeakgrenade.cpp" />
<ClCompile Include="..\..\dlls\tripmine.cpp" />
<ClCompile Include="..\..\dlls\weapons_shared.cpp" />
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp" />
<ClCompile Include="..\..\dlls\glock.cpp" />
<ClCompile Include="..\..\game_shared\filesystem_utils.cpp" />
<ClCompile Include="..\..\game_shared\vgui_checkbutton2.cpp" />
<ClCompile Include="..\..\game_shared\vgui_grid.cpp" />
Expand Down
4 changes: 2 additions & 2 deletions projects/vs2017/hl_cdll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<ClCompile Include="..\..\cl_dll\hl\hl_objects.cpp">
<Filter>Source Files\_hl\cl_dll\hl</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp">
<Filter>Source Files\_hl\dlls\wpn_shared</Filter>
<ClCompile Include="..\..\dlls\glock.cpp">
<Filter>Source Files\_hl\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\squeakgrenade.cpp">
<Filter>Source Files\_hl\dlls</Filter>
Expand Down
2 changes: 1 addition & 1 deletion projects/vs2017/hldll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<ClCompile Include="..\..\dlls\weapons.cpp" />
<ClCompile Include="..\..\dlls\weapons_shared.cpp" />
<ClCompile Include="..\..\dlls\world.cpp" />
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp" />
<ClCompile Include="..\..\dlls\glock.cpp" />
<ClCompile Include="..\..\dlls\xen.cpp" />
<ClCompile Include="..\..\dlls\zombie.cpp" />
<ClCompile Include="..\..\game_shared\filesystem_utils.cpp" />
Expand Down
4 changes: 2 additions & 2 deletions projects/vs2017/hldll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
<ClCompile Include="..\..\dlls\hgrunt.cpp">
<Filter>Source Files\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp">
<Filter>Source Files\dlls\wpn_shared</Filter>
<ClCompile Include="..\..\dlls\glock.cpp">
<Filter>Source Files\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\monstermaker.cpp">
<Filter>Source Files\dlls</Filter>
Expand Down
2 changes: 1 addition & 1 deletion projects/vs2019/hl_cdll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<ClCompile Include="..\..\dlls\squeakgrenade.cpp" />
<ClCompile Include="..\..\dlls\tripmine.cpp" />
<ClCompile Include="..\..\dlls\weapons_shared.cpp" />
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp" />
<ClCompile Include="..\..\dlls\glock.cpp" />
<ClCompile Include="..\..\game_shared\filesystem_utils.cpp" />
<ClCompile Include="..\..\game_shared\vgui_checkbutton2.cpp" />
<ClCompile Include="..\..\game_shared\vgui_grid.cpp" />
Expand Down
7 changes: 2 additions & 5 deletions projects/vs2019/hl_cdll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
<Filter Include="Source Files\_hl\dlls">
<UniqueIdentifier>{a2469e54-cb56-4161-b6b1-55c9d93676c1}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\_hl\dlls\wpn_shared">
<UniqueIdentifier>{a46a0ff1-e7ad-43c4-afb8-6c93e71803a1}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\_hl\cl_dll">
<UniqueIdentifier>{5bff06ec-c232-4dd2-8642-4e2ce64f31ef}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -93,8 +90,8 @@
<ClCompile Include="..\..\cl_dll\hl\hl_objects.cpp">
<Filter>Source Files\_hl\cl_dll\hl</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp">
<Filter>Source Files\_hl\dlls\wpn_shared</Filter>
<ClCompile Include="..\..\dlls\glock.cpp">
<Filter>Source Files\_hl\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\squeakgrenade.cpp">
<Filter>Source Files\_hl\dlls</Filter>
Expand Down
2 changes: 1 addition & 1 deletion projects/vs2019/hldll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<ClCompile Include="..\..\dlls\weapons.cpp" />
<ClCompile Include="..\..\dlls\weapons_shared.cpp" />
<ClCompile Include="..\..\dlls\world.cpp" />
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp" />
<ClCompile Include="..\..\dlls\glock.cpp" />
<ClCompile Include="..\..\dlls\xen.cpp" />
<ClCompile Include="..\..\dlls\zombie.cpp" />
<ClCompile Include="..\..\game_shared\filesystem_utils.cpp" />
Expand Down
7 changes: 2 additions & 5 deletions projects/vs2019/hldll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<Filter Include="Source Files\dlls">
<UniqueIdentifier>{a59f65b1-455f-459d-bc2a-75775255cd5c}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\dlls\wpn_shared">
<UniqueIdentifier>{000b311c-d555-467e-b6cb-5e669fb8c45e}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\pm_shared">
<UniqueIdentifier>{7f184267-1d16-4bbc-9212-a804fcd04e6a}</UniqueIdentifier>
</Filter>
Expand Down Expand Up @@ -183,8 +180,8 @@
<ClCompile Include="..\..\dlls\hgrunt.cpp">
<Filter>Source Files\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\wpn_shared\hl_wpn_glock.cpp">
<Filter>Source Files\dlls\wpn_shared</Filter>
<ClCompile Include="..\..\dlls\glock.cpp">
<Filter>Source Files\dlls</Filter>
</ClCompile>
<ClCompile Include="..\..\dlls\monstermaker.cpp">
<Filter>Source Files\dlls</Filter>
Expand Down

0 comments on commit 8871320

Please sign in to comment.