applied Benjamin Riefenstahl's patches for building on Windows
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
#ifndef __BORLANDC__
|
||||
int cole_major_version = @COLE_MAJOR@;
|
||||
int cole_minor_version = @COLE_MINOR@;
|
||||
int cole_micro_version = @COLE_MICRO@;
|
||||
char * cole_version = "@COLE_MAJOR@.@COLE_MINOR@.@COLE_MICRO@";
|
||||
char * cole_host_info = "@HOST_ALIAS_NAME@ (@HOST_CANONICAL_NAME@): @HOST_CPU@, @HOST_VENDOR@, @HOST_OS@";
|
||||
#else
|
||||
int cole_major_version = 2;
|
||||
int cole_minor_version = 0;
|
||||
int cole_micro_version = 1;
|
||||
char * cole_version = "2.0.1";
|
||||
char * cole_host_info = "BORLANDC (Windows): i386, GPL, Win32";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user