Update of /cvsroot/wxlua/wxLua/distrib/innosetup
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8489
Modified Files:
Readme.txt
Log Message:
remember to include MSVC7.1 dependencies in the innosetup
Index: Readme.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/distrib/innosetup/Readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Readme.txt 10 Dec 2006 18:04:25 -0000 1.1
--- Readme.txt 28 Feb 2007 22:39:17 -0000 1.2
***************
*** 14,18 ****
2) run the 'compress' utility target to optimize the .exe
3) run the 'docs' utility target to create doxygen docs
! 4) open the wxLua\build\innosetup\wxlua.iss file
! 5) eventually update version numbers
! 6) click 'Compile' to create in wxLua\.. the installer.
--- 14,20 ----
2) run the 'compress' utility target to optimize the .exe
3) run the 'docs' utility target to create doxygen docs
! 4) copy the MSVCR71.dll and MSVCP71.dll files in the "bin" folder
! so to include them in the final .exe package
! 5) open the wxLua\build\innosetup\wxlua.iss file
! 6) eventually update version numbers
! 7) click 'Compile' to create in wxLua\.. the installer.
|