Compile built-in svn in MSVC if 32-bit target is selected
This commit is contained in:
parent
708ae35068
commit
d534dcadfb
@ -155,3 +155,8 @@
|
||||
#define GLUT_H <GL/glut.h>
|
||||
|
||||
#define NOMINMAX 1
|
||||
|
||||
#ifndef _M_X64
|
||||
#define HAVE_SVN_CLIENT_H 1
|
||||
#define HAVE_LIBSVN_CLIENT_1 1
|
||||
#endif // _M_AMD64
|
||||
|
Loading…
Reference in New Issue
Block a user