diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-02-10 18:17:19 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-02-10 18:17:19 (GMT) |
commit | 24f9a159dd76047cf03b92e7d71010947efaf164 (patch) | |
tree | d1468ce96ea2cb67fa7825027a3f93a67bf4d9a6 /configure | |
parent | 1335cc7076d6a752c43c9a4eef958feef84d3edd (diff) | |
download | Doxygen-24f9a159dd76047cf03b92e7d71010947efaf164.zip Doxygen-24f9a159dd76047cf03b92e7d71010947efaf164.tar.gz Doxygen-24f9a159dd76047cf03b92e7d71010947efaf164.tar.bz2 |
Release-1.2.13-20020210
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -187,6 +187,9 @@ if test -z "$f_platform"; then UNIX_SV:4.2*) f_platform=unixware-g++ ;; + Cygwin:*) + f_platform=win32-g++ + ;; *) echo echo "Your platform was not recognised by this configure script" @@ -409,6 +412,12 @@ EOF fi fi +if test "$f_platform" = "win32-g++"; then + cat >> .tmakeconfig <<EOF + TMAKE_LFLAGS += -D_WIN32 +EOF +fi + if test "$f_english" = YES; then cat >> .tmakeconfig <<EOF TMAKE_CXXFLAGS += -DENGLISH_ONLY |