diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-02 14:53:36 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-02 14:53:36 +0100 |
commit | 6d57f7874713e6632c2e49590538c6a48ddcc311 (patch) | |
tree | 6baf1ac308922b42f21c3f00424fd3e1a5fb3269 /build/msvc | |
parent | dcfd15335549fa8e3e56260791cc4510331f7be6 (diff) | |
download | astra-6d57f7874713e6632c2e49590538c6a48ddcc311.tar.gz astra-6d57f7874713e6632c2e49590538c6a48ddcc311.tar.bz2 astra-6d57f7874713e6632c2e49590538c6a48ddcc311.tar.xz astra-6d57f7874713e6632c2e49590538c6a48ddcc311.zip |
Fix Windows builds of astra_mex_direct
Diffstat (limited to 'build/msvc')
-rw-r--r-- | build/msvc/gen.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/msvc/gen.py b/build/msvc/gen.py index a9bc494..72d4582 100644 --- a/build/msvc/gen.py +++ b/build/msvc/gen.py @@ -103,6 +103,10 @@ P8["files"] = [ "astra_mex_direct_c.cpp", "mexHelpFunctions.cpp", "mexHelpFunctions.h", +"mexCopyDataHelpFunctions.cpp", +"mexCopyDataHelpFunctions.h", +"mexDataManagerHelpFunctions.cpp", +"mexDataManagerHelpFunctions.h", "mexInitFunctions.cpp", "mexInitFunctions.h", ] |