Skip to content

Commit

Permalink
remove valve p4 script from tier0 and vstdlib vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
JusicP committed Jan 13, 2022
1 parent 879adbf commit f24e68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tier0/tier0.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ $Configuration

$PreLinkEvent [$WINDOWS]
{
$CommandLine "call $SRCDIR\vpc_scripts\valve_p4_edit.cmd $LIBPUBLIC\$(TargetName).lib $SRCDIR" "\n" \
"$BASE"
//$CommandLine "call $SRCDIR\vpc_scripts\valve_p4_edit.cmd $LIBPUBLIC\$(TargetName).lib $SRCDIR" "\n" \
// "$BASE"
}

$PreLinkEvent [$X360]
Expand Down
4 changes: 2 additions & 2 deletions vstdlib/vstdlib.vpc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ $Configuration

$PreLinkEvent [$WINDOWS]
{
$CommandLine "call $SRCDIR\vpc_scripts\valve_p4_edit.cmd $LIBPUBLIC\$(TargetName).lib $SRCDIR" "\n" \
"$BASE"
//$CommandLine "call $SRCDIR\vpc_scripts\valve_p4_edit.cmd $LIBPUBLIC\$(TargetName).lib $SRCDIR" "\n" \
// "$BASE"
}

$PreLinkEvent [$X360]
Expand Down

0 comments on commit f24e68c

Please sign in to comment.