yangtse: curl-www/scratch Makefile.msvc.head,1.1,1.2
[email protected] Tue, 24 Feb 2009 14:30:59 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/scratch In directory labb:/tmp/cvs-serv19535/scratch Modified Files: Makefile.msvc.head Log Message: add more MSVC version checks Index: Makefile.msvc.head =================================================================== RCS file: /cvsroot/curl/curl-www/scratch/Makefile.msvc.head,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.msvc.head 24 Feb 2009 13:34:37 -0000 1.1 +++ Makefile.msvc.head 24 Feb 2009 14:30:57 -0000 1.2 @@ -51,12 +51,20 @@ CC_VERS = vc60 !ELSEIF "$(_NMAKE_VER)" == "7.00.9466" CC_VERS = vc70 +!ELSEIF "$(_NMAKE_VER)" == "7.00.9955" +CC_VERS = vc70 !ELSEIF "$(_NMAKE_VER)" == "7.10.3077" CC_VERS = vc71 !ELSEIF "$(_NMAKE_VER)" == "8.00.40607.16" CC_VERS = vc80 !ELSEIF "$(_NMAKE_VER)" == "8.00.50727.42" CC_VERS = vc80 +!ELSEIF "$(_NMAKE_VER)" == "8.00.50727.762" +CC_VERS = vc80 +!ELSEIF "$(_NMAKE_VER)" == "9.00.21022.08" +CC_VERS = vc90 +!ELSEIF "$(_NMAKE_VER)" == "9.00.30729.01" +CC_VERS = vc90 !ELSE ! MESSAGE Unknown value for _NMAKE_VER macro: "$(_NMAKE_VER)" ! MESSAGE Please, report this condition on the libcurl development