diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-06-17 10:13:12 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-06-17 10:13:12 +0200 |
commit | f223e9d9b7a2c9ec1438c83de32bc9616fce6c18 (patch) | |
tree | 20dcda375c1bbc00897f6390255a12f88b3de79b /idlc | |
parent | 7e408c02d5cd94b7363403ef8b6f2c186c13718e (diff) |
CWS systemlibc: #i69033#: some fixes for mingw
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/preproc/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/source/preproc/makefile.mk b/idlc/source/preproc/makefile.mk index b87d60d0d..e6aa457e8 100644 --- a/idlc/source/preproc/makefile.mk +++ b/idlc/source/preproc/makefile.mk @@ -63,9 +63,11 @@ APP1OBJS=$(OBJ)$/cpp.obj APP1LIBS= $(LB)$/idlcpp.lib +.IF "$(HAVE_GETOPT)" != "YES" .IF "$(GUI)" == "WNT" APP1STDLIBS=gnu_getopt.lib .ENDIF +.ENDIF # --- Targets ------------------------------------------------------ |