diff options
-rw-r--r-- | idlc/source/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/idlc/source/makefile.mk b/idlc/source/makefile.mk index c5eb81b445e4..c852adf48219 100644 --- a/idlc/source/makefile.mk +++ b/idlc/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:53:34 $ +# last change: $Author: vg $ $Date: 2007-09-20 15:01:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,10 @@ LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE INCPRE=$(MISC) +.IF "$(GUI)" == "OS2" +STL_OS2_BUILDING=1 +.ENDIF + # --- Settings ----------------------------------------------------- |