Update of /cvsroot/mahogany/M/extra/setup
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15088/extra/setup

Modified Files:
        M.iss 
Log Message:
install VC7 CRT DLLs

Index: M.iss
===================================================================
RCS file: /cvsroot/mahogany/M/extra/setup/M.iss,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- M.iss       6 Aug 2006 18:34:11 -0000       1.26
+++ M.iss       6 Aug 2006 18:53:14 -0000       1.27
@@ -19,5 +19,5 @@
 
 ; --- setup compiler params
-OutputBaseFilename=Mahogany-0.67.0a
+OutputBaseFilename=Mahogany-0.67.0
 DefaultDirName={pf}\Mahogany
 DefaultGroupName=Mahogany
@@ -64,7 +64,6 @@
 Source: "src\wx\vcard\Release\versit.dll"; DestDir: "{app}"
 
-; do we need to include VC++ run time?
-;Source: "w:\winnt40\system32\msvcirt.dll"; DestDir: "{sys}"
-;Source: "w:\winnt40\system32\msvcrt.dll"; DestDir: "{sys}"
+Source: "{#env SystemRoot}\system32\msvcp71.dll"; DestDir: "{app}"
+Source: "{#env SystemRoot}\system32\msvcr71.dll"; DestDir: "{app}"
 
 ; --- misc stuff
@@ -88,6 +87,4 @@
 ; --- python support
 
-;Source: "w:\winnt40\system32\Python20.dll"; DestDir: "{sys}"; Components: 
python
-;
 Source: "src\Python\HeaderInfo.py-swig"; DestName: "HeaderInfo.py"; DestDir: 
"{app}\Python"; Components: python
 Source: "src\Python\MailFolder.py-swig"; DestName: "MailFolder.py"; DestDir: 
"{app}\Python"; Components: python


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to