python_d only on Windows platforms

This commit is contained in:
David Rose 2004-08-30 18:18:23 +00:00
parent 0f33c2d118
commit 4db2a0efb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define install_igatedb_dir $[or $[INSTALL_IGATEDB_DIR],$[install_dir]/etc]
#define python python
#if $[< $[OPTIMIZE],3]
#if $[and $[WINDOWS_PLATFORM],$[< $[OPTIMIZE],3]]
#define python $[python]_d
#endif