Discussion:
CVS update [cws_ood680_os2port01]: /gsl/forms/util/
y***@openoffice.org
2006-12-28 14:56:02 UTC
Permalink
Tag: cws_ood680_os2port01
User: ydario
Date: 2006/12/28 06:56:02

Modified:
gsl/forms/util/makefile.mk

Log:
OS/2 initial import.

File Changes:

Directory: /gsl/forms/util/
===========================

File [changed]: makefile.mk
Url: http://gsl.openoffice.org/source/browse/gsl/forms/util/makefile.mk?r1=1.13&r2=1.13.86.1
Delta lines: +7 -3
-------------------
--- makefile.mk 7 Apr 2006 15:25:21 -0000 1.13
+++ makefile.mk 28 Dec 2006 14:55:59 -0000 1.13.86.1
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.13.86.1 $
#
-# last change: $Author: vg $ $Date: 2006/04/07 15:25:21 $
+# last change: $Author: ydario $ $Date: 2006/12/28 14:55:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -118,6 +118,10 @@
-lX11
.ENDIF # OS == MACOSX

+.ENDIF
+
+.IF "$(GUI)"=="OS2"
+SHL1STDLIBS += pthread.lib libz.lib
.ENDIF

# --- Targets ----------------------------------

Loading...