mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
change output path in all vpc
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
|
||||
$Include "$SRCDIR\vpc_scripts\source_exe_win_win32_base.vpc"
|
||||
$Include "$SRCDIR\utils\itemtest_lib\itemtest_lib_support.vpc"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
// Initially we link this as itemtest_com.exe, to avoid conflicting with itemtest.exe
|
||||
$Macro OUTBINNAME "itemtest_com"
|
||||
// Then we copy the result to itemtest.com so that the command-line version will be
|
||||
|
||||
Reference in New Issue
Block a user