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