diff options
-rw-r--r-- | toolkit/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/util/makefile.mk b/toolkit/util/makefile.mk index 1e612f37b7c5..e72ddfb7d335 100644 --- a/toolkit/util/makefile.mk +++ b/toolkit/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: pl $ $Date: 2001-10-24 16:45:07 $ +# last change: $Author: mt $ $Date: 2001-11-29 17:14:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,6 +60,8 @@ # #************************************************************************* +# tk.dxp should contain all c functions that have to be exported. MT 2001/11/29 + PRJ=.. PRJNAME=toolkit |