From c120eac4bddf6e32b76fdc9a083de3099a02870e Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Fri, 7 Sep 2001 00:12:20 +0000 Subject: [PATCH] See changelog 2001-09-06 21:20 GMT -3 --- harbour/ChangeLog | 5 +++++ harbour/hb_slex.vc | 3 ++- harbour/makefile.vc | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1499ea4256..c8c40edf43 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2001-09-06 21:20 GMT -3 Luiz Rafael Culik + *makefile.vc + hb_slex.vc + * Renable build of hbrun by adding winspool.lib to LIB2 macro + 2001-09-06 22:55 GMT +1 JFL (mafact) * harbour/source/vm/classes.c __ObjSendMsg( Object, Message, xpar1, xparN ) diff --git a/harbour/hb_slex.vc b/harbour/hb_slex.vc index 0220956414..6a91b701b3 100644 --- a/harbour/hb_slex.vc +++ b/harbour/hb_slex.vc @@ -185,7 +185,8 @@ LIBS = \ LIBS2 = \ $(LIBS) \ - user32.lib + user32.lib \ + winspool.lib # # RTL.LIB rules diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 1568796462..ccb2aabbc6 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -185,7 +185,8 @@ LIBS = \ LIBS2 = \ $(LIBS) \ - user32.lib + user32.lib \ + winspool.lib # # RTL.LIB rules