[Easysoap-checkins] CVS: easysoap/proj/win32 Makefile.am,1.4,1.5
Status: Beta
Brought to you by:
dcrowley
From: David C. <dcr...@us...> - 2006-11-09 20:53:10
|
Update of /cvsroot/easysoap/easysoap/proj/win32 In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/proj/win32 Modified Files: Makefile.am Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: Makefile.am =================================================================== RCS file: /cvsroot/easysoap/easysoap/proj/win32/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 2 Jun 2004 09:45:52 -0000 1.4 +++ Makefile.am 9 Nov 2006 20:53:04 -0000 1.5 @@ -1 +1 @@ -SUBDIRS = BCB5 MSVC6 MSVC7 MSVC7.1 +SUBDIRS = BCB5 MSVC6 MSVC7 MSVC7.1 MSVC8.0 |