Mercurial > hg > orthanc-stone
changeset 1543:4cfdaf4ef3fe
fixing paths
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Aug 2020 14:08:51 +0200 |
parents | 6e0da8370270 |
children | 8ddf77198ed7 |
files | Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h |
diffstat | 3 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp Tue Aug 11 14:03:53 2020 +0200 +++ b/Applications/Samples/WebAssembly/RtViewer/RtViewerWasm.cpp Tue Aug 11 14:08:51 2020 +0200 @@ -23,11 +23,11 @@ #include "../../Common/SampleHelpers.h" // Stone of Orthanc includes -#include "../../../Sources/Loaders/WebAssemblyLoadersContext.h" -#include "../../../Sources/StoneException.h" -#include "../../../Sources/StoneInitialization.h" -#include "../../../Sources/Viewport/WebGLViewport.h" -//#include "../../../Sources/OpenGL/WebAssemblyOpenGLContext.h" +#include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h" +#include "../../../../OrthancStone/Sources/StoneException.h" +#include "../../../../OrthancStone/Sources/StoneInitialization.h" +#include "../../../../OrthancStone/Sources/Viewport/WebGLViewport.h" +//#include "../../../../OrthancStone/Sources/OpenGL/WebAssemblyOpenGLContext.h" #include <Toolbox.h>
--- a/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp Tue Aug 11 14:03:53 2020 +0200 +++ b/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewer.cpp Tue Aug 11 14:08:51 2020 +0200 @@ -21,9 +21,9 @@ #include "SingleFrameViewerApplication.h" -#include "../../../Sources/Loaders/WebAssemblyLoadersContext.h" -#include "../../../Sources/StoneException.h" -#include "../../../Sources/StoneInitialization.h" +#include "../../../../OrthancStone/Sources/Loaders/WebAssemblyLoadersContext.h" +#include "../../../../OrthancStone/Sources/StoneException.h" +#include "../../../../OrthancStone/Sources/StoneInitialization.h" #include <Compatibility.h> // For std::unique_ptr<> #include <Toolbox.h>
--- a/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h Tue Aug 11 14:03:53 2020 +0200 +++ b/Applications/Samples/WebAssembly/SingleFrameViewer/SingleFrameViewerApplication.h Tue Aug 11 14:08:51 2020 +0200 @@ -21,11 +21,11 @@ #pragma once -#include "../../../Sources/Loaders/DicomResourcesLoader.h" -#include "../../../Sources/Loaders/ILoadersContext.h" -#include "../../../Sources/Loaders/SeriesFramesLoader.h" -#include "../../../Sources/Loaders/SeriesThumbnailsLoader.h" -#include "../../../Sources/Viewport/IViewport.h" +#include "../../../../OrthancStone/Sources/Loaders/DicomResourcesLoader.h" +#include "../../../../OrthancStone/Sources/Loaders/ILoadersContext.h" +#include "../../../../OrthancStone/Sources/Loaders/SeriesFramesLoader.h" +#include "../../../../OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.h" +#include "../../../../OrthancStone/Sources/Viewport/IViewport.h" #include <Compatibility.h> // For std::unique_ptr<>