1
0
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:
2011-04-25 00:17:55 -04:00
parent 64a479d35e
commit 2323af6e89
26 changed files with 67 additions and 66 deletions

View File

@ -1,3 +1,4 @@
include_directories("../../Plasma/CoreLib")
add_definitions(-D_LIB)
set(CoreLibExe_SOURCES

View File

@ -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)