Fix built server copied to wrong folder

This commit is contained in:
JusicP 2022-01-13 16:22:33 +02:00
parent 7e5db61d4b
commit 61dcc7b5be

View file

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