Skip to content

Commit

Permalink
Merge branch '3.6' of https://github.com/TF2V/TF2Vintage into 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TF2V committed Dec 3, 2024
2 parents 21b68b0 + 32efdb0 commit 28f6de5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
build:
runs-on:
ubuntu-18.04
ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion game/tf2vintage/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=12.01.2024
version=12.02.2024
2 changes: 1 addition & 1 deletion src/vpc_scripts/source_dll_win32_base.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $Project
$CustomBuildStep
{
// General
$CommandLine "$QUOTE$(VCInstallDir)Tools\MSVC\$(VCToolsVersion)\bin\Hostx64\x86\ml.exe$QUOTE /safeseh /c /Cp /Zi /Fo$QUOTE$(IntDir)$(InputName).obj$QUOTE $QUOTE$(InputPath)$QUOTE"
$CommandLine "$QUOTE$(VCInstallDir_140)bin\ml.exe$QUOTE /safeseh /c /Cp /Zi /Fo$QUOTE$(IntDir)$(InputName).obj$QUOTE $QUOTE$(InputPath)$QUOTE"
$Description "Compiling pointeroverride.asm"
$Outputs "$(IntDir)\$(InputName).obj"
}
Expand Down

0 comments on commit 28f6de5

Please sign in to comment.