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
|
||||
%{
|
||||
#include "PolyVoxImpl\TypeDef.h"
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl\TypeDef.h"
|
||||
%include "PolyVoxImpl/TypeDef.h"
|
@ -1,11 +1,11 @@
|
||||
%module VertexTypes
|
||||
%{
|
||||
#include "PolyVoxImpl\TypeDef.h"
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
#include "Vector.h"
|
||||
#include "VertexTypes.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl\TypeDef.h"
|
||||
%include "PolyVoxImpl/TypeDef.h"
|
||||
%include "Vector.h"
|
||||
%include "VertexTypes.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user