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 | d84b7502bbb3ada6649ba071de492e346f8a479e (patch) | |
tree | 8a6411d2ecf54ef49313a64ca1b0d5ec1b8b818c /idlc | |
parent | 4220a05a5313f40d0f0ee7e84247ad45f768a39f (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 b87d60d0d075..e6aa457e8b3d 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 ------------------------------------------------------ |