mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 11:49:09 +00:00
Lots of relative path fixes for the max plugin
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
include_directories("../../Plasma/CoreLib")
|
||||
add_definitions(-D_LIB)
|
||||
|
||||
set(CoreLibExe_SOURCES
|
||||
|
@ -36,14 +36,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#pragma warning(push, 3)
|
||||
|
||||
#include "../CoreLib/HeadSpin.h"
|
||||
#include "../CoreLib/hsConfig.h"
|
||||
#include "../CoreLib/hsTypes.h"
|
||||
#include "../CoreLib/hsWindows.h"
|
||||
#include "../CoreLib/hsMalloc.h"
|
||||
#include "../CoreLib/hsCritSect.h"
|
||||
#include "../CoreLib/hsUtils.h"
|
||||
#include "../CoreLib/hsWindows.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "hsConfig.h"
|
||||
#include "hsTypes.h"
|
||||
#include "hsWindows.h"
|
||||
#include "hsMalloc.h"
|
||||
#include "hsCritSect.h"
|
||||
#include "hsUtils.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#pragma warning(pop)
|
||||
|
||||
|
Reference in New Issue
Block a user