Browse Source

Fix built server copied to wrong folder

windows
JusicP 3 years ago
parent
commit
0b27896396
  1. 2
      game/server/server_base.vpc

2
game/server/server_base.vpc

@ -5,7 +5,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
$Macro OUTBINNAME "server" $Macro OUTBINNAME "server"
$Macro OUTBINDIR "$SRCDIR\..\game\bin" $Macro OUTBINDIR "$SRCDIR\..\game\$GAMENAME\bin"
$Macro DEVKITBINDIR "$GAMENAME\bin" [$X360] $Macro DEVKITBINDIR "$GAMENAME\bin" [$X360]
// It's important to include $GAMENAME in the generated_proto directory // It's important to include $GAMENAME in the generated_proto directory
// to avoid race conditions when multiple games are in one solution. // to avoid race conditions when multiple games are in one solution.

Loading…
Cancel
Save