Fix slashes in SWIG files to fix compilation in Linux.
This commit is contained in:
parent
ae3ac704e4
commit
1fed1c161a
@ -1,6 +1,6 @@
|
|||||||
%module TypeDef
|
%module TypeDef
|
||||||
%{
|
%{
|
||||||
#include "PolyVoxImpl\TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%include "PolyVoxImpl\TypeDef.h"
|
%include "PolyVoxImpl/TypeDef.h"
|
@ -1,11 +1,11 @@
|
|||||||
%module VertexTypes
|
%module VertexTypes
|
||||||
%{
|
%{
|
||||||
#include "PolyVoxImpl\TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
#include "Vector.h"
|
#include "Vector.h"
|
||||||
#include "VertexTypes.h"
|
#include "VertexTypes.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%include "PolyVoxImpl\TypeDef.h"
|
%include "PolyVoxImpl/TypeDef.h"
|
||||||
%include "Vector.h"
|
%include "Vector.h"
|
||||||
%include "VertexTypes.h"
|
%include "VertexTypes.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user