Skip to content

Commit

Permalink
Merge pull request #781 from Hoikas/target-links
Browse files Browse the repository at this point in the history
Cleanup NucleusLib linkage.
  • Loading branch information
Hoikas authored Jan 21, 2021
2 parents 84288ef + c84d0dc commit d214173
Show file tree
Hide file tree
Showing 109 changed files with 256 additions and 2,083 deletions.
2 changes: 2 additions & 0 deletions Sources/Plasma/Apps/plClient/plClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ static plDispatchBase* gDisp = nil;
static plTimerCallbackManager* gTimerMgr = nil;

#ifdef HS_BUILD_FOR_WIN32
#include "hsWindows.h"
#include <Shlobj.h>
extern ITaskbarList3* gTaskbarList;
#endif

Expand Down
1 change: 1 addition & 0 deletions Sources/Plasma/Apps/plClient/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]

#include <process.h>
#include <shellapi.h> // ShellExecuteA
#include <Shlobj.h>
#include <algorithm>
#include <regex>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#include "hsFastMath.h"
#include "plPipeline.h"

#include "pnMessage/plRefMsg.h"
#include "plMessage/plRenderMsg.h"
#include "plMessage/plListenerMsg.h"
#include "plMessage/plAvatarMsg.h"
Expand Down
1 change: 1 addition & 0 deletions Sources/Plasma/FeatureLib/pfAudio/plListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#include "plListener.h"
#include "plgDispatch.h"
#include "plAudio/plAudioSystem.h"
#include "pnMessage/plRefMsg.h"
#include "pnMessage/plTimeMsg.h"
#include "pnMessage/plAudioSysMsg.h"
#include "pnKeyedObject/plKey.h"
Expand Down
1 change: 1 addition & 0 deletions Sources/Plasma/FeatureLib/pfCamera/plCameraBrain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#include "plMessage/plLOSRequestMsg.h"
#include "plMessage/plLOSHitMsg.h"
#include "plMessage/plAvatarMsg.h"
#include "pnMessage/plRefMsg.h"
#include "pnKeyedObject/plKey.h"
#include "plInputCore/plInputDevice.h"
#include "plInputCore/plInputManager.h"
Expand Down
1 change: 1 addition & 0 deletions Sources/Plasma/FeatureLib/pfCamera/plCameraModifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ You can contact Cyan Worlds, Inc. by email [email protected]
#include "plgDispatch.h"
#include "pnSceneObject/plSceneObject.h"
#include "pnSceneObject/plCoordinateInterface.h"
#include "pnMessage/plRefMsg.h"
#include "plMessage/plInputEventMsg.h"
#include "plMessage/plAnimCmdMsg.h"
#include "pnMessage/plTimeMsg.h"
Expand Down
3 changes: 0 additions & 3 deletions Sources/Plasma/FeatureLib/pfPython/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ set(pfPython_SOURCES
pyMatrix44.cpp
pyMoviePlayer.cpp
pyNetLinkingMgr.cpp
pyNetServerSessionInfo.cpp
pyNotify.cpp
pyPlayer.cpp
pySceneObject.cpp
Expand Down Expand Up @@ -144,7 +143,6 @@ set(pfPython_HEADERS
pyMatrix44.h
pyMoviePlayer.h
pyNetLinkingMgr.h
pyNetServerSessionInfo.h
pyNotify.h
pyObjectRef.h
pyPlayer.h
Expand Down Expand Up @@ -227,7 +225,6 @@ set(pfPython_GLUE
pyMatrix44Glue.cpp
pyMoviePlayerGlue.cpp
pyNetLinkingMgrGlue.cpp
pyNetServerSessionInfoGlue.cpp
pyNotifyGlue.cpp
pyPlayerGlue.cpp
pySceneObjectGlue.cpp
Expand Down
4 changes: 2 additions & 2 deletions Sources/Plasma/FeatureLib/pfPython/pyAgeInfoStruct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ You can contact Cyan Worlds, Inc. by email [email protected]
*==LICENSE==*/

#include <Python.h>
#include <string>
#include <string_theory/format>
#include <string_theory/string_stream>

#include "pyAgeInfoStruct.h"
#include "pnUtils/pnUtCrypt.h"
#include "pnEncryption/plChecksum.h"


Expand Down
48 changes: 0 additions & 48 deletions Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.cpp

This file was deleted.

137 changes: 0 additions & 137 deletions Sources/Plasma/FeatureLib/pfPython/pyNetServerSessionInfo.h

This file was deleted.

Loading

0 comments on commit d214173

Please sign in to comment.