curl-library
Réf. : Generating vc8 makefile
Date: Thu, 15 Feb 2007 10:39:46 +0100
I guess it would be more readable without escaping the backslashes, using
another regexp delimither than "/" (# here)
perl -pe "s#/GX /DWIN32 /YX#/EHsc /DWIN32# ; s#/GZ#/RTC1#" Makefile.vc6 >
Makefile.vc8
My 2 cents,
Cheers,
Phil
"Shmulik Regev" <shmulbox_at_gmail.com>
Envoyé par : curl-library-bounces_at_cool.haxx.se
15/02/2007 10:07
Veuillez répondre à libcurl development
Remis le : 15/02/2007 10:17
Pour : "libcurl development" <curl-library_at_cool.haxx.se>
cc : (ccc : Philippe HAMEAU/DRD/SAGEM)
Objet : Generating vc8 makefile
The following snippet will create a vc8 makefile from the original vc6
one. The changes are related to different compiler switches.
perl -pe "s/\/GX \/DWIN32 \/YX/\/EHsc \/DWIN32/ ; s/\/GZ/\/RTC1/"
Makefile.vc6 > Makefile.vc8
Cheers,
Shmul
" Ce courriel et les documents qui y sont attaches peuvent contenir des informations confidentielles. Si vous n'etes pas le destinataire escompte, merci d'en informer l'expediteur immediatement et de detruire ce courriel ainsi que tous les documents attaches de votre systeme informatique. Toute divulgation, distribution ou copie du present courriel et des documents attaches sans autorisation prealable de son emetteur est interdite."
" This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, please advise the sender immediately and delete this e-mail and all attached documents from your computer system. Any unauthorised disclosure, distribution or copying hereof is prohibited."
Received on 2007-02-15