Build fixes.
This commit is contained in:
parent
d682361cfc
commit
a620e1490c
@ -230,7 +230,7 @@ class SM:
|
|||||||
paths.append(['game_shared'])
|
paths.append(['game_shared'])
|
||||||
else:
|
else:
|
||||||
paths.append(['public', 'game', 'server'])
|
paths.append(['public', 'game', 'server'])
|
||||||
paths.append(['public', 'game', 'shared'])
|
paths.append(['game', 'shared'])
|
||||||
paths.append(['common'])
|
paths.append(['common'])
|
||||||
|
|
||||||
info = self.sdkInfo[sdk]
|
info = self.sdkInfo[sdk]
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#undef ARRAYSIZE
|
#undef ARRAYSIZE
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "utlvector.h"
|
#include "utlvector.h"
|
||||||
#include "shareddefs.h"
|
#include <shareddefs.h>
|
||||||
#include "usercmd.h"
|
#include "usercmd.h"
|
||||||
#include "extension.h"
|
#include "extension.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user