Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2008-09-09 22:03:44 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-09-09 22:03:44 +0400
commit449f210c464f95de3b0bcf641ed5ff046d215617 (patch)
treea8cdf95bfcccd1a48733a060b3b1e3a6e445fd7c /source/blender/freestyle/intern/system/FreestyleConfig.h
parent383956574d6cf406fe6463defa55a73d61c5aecf (diff)
* Make sure freestyle branch compiles with SCons/msvc9 on Windows. This was joint operation with mxcurioni :)
Diffstat (limited to 'source/blender/freestyle/intern/system/FreestyleConfig.h')
-rwxr-xr-xsource/blender/freestyle/intern/system/FreestyleConfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/system/FreestyleConfig.h b/source/blender/freestyle/intern/system/FreestyleConfig.h
index 385f86e7d23..c483e2813ba 100755
--- a/source/blender/freestyle/intern/system/FreestyleConfig.h
+++ b/source/blender/freestyle/intern/system/FreestyleConfig.h
@@ -44,13 +44,15 @@ namespace Config {
// Directory separators
# ifdef WIN32
- static const string DIR_SEP("\\");
+ static const string DIR_SEP("\\\\");
static const string PATH_SEP(";");
# else
static const string DIR_SEP("/");
static const string PATH_SEP(":");
# endif // WIN32
+ // DLL import/export macros for Win32
+
# ifndef LIB_SYSTEM_EXPORT
# define LIB_SYSTEM_EXPORT
# endif // LIB_SYSTEM_EXPORT