]> git.saurik.com Git - wxWidgets.git/commitdiff
Small mods to distrib files
authorJulian Smart <julian@anthemion.co.uk>
Sun, 19 Mar 2000 15:24:27 +0000 (15:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 19 Mar 2000 15:24:27 +0000 (15:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/wisebott.txt
distrib/msw/zipdist.bat
docs/msw/install.txt

index 4080aa0e1a7a2931b6a4d96918cbc2349e099b03..119b20ffd8f59e2c2e5b833aae59adf3732a5265 100644 (file)
@@ -55,16 +55,26 @@ item: Create Shortcut
   Destination=%GROUP%\Compiling wxWindows.lnk
   Working Directory=%MAINDIR%
 end
+item: Create Shortcut
+  Source=%MAINDIR%\docs\changes.txt
+  Destination=%GROUP%\Change Log.lnk
+  Working Directory=%MAINDIR%
+end
 item: Create Shortcut
   Source=%MAINDIR%\bin\dialoged.exe
   Destination=%GROUP%\Dialog Editor.lnk
   Working Directory=%MAINDIR%
 end
 item: Create Shortcut
-  Source=%MAINDIR%\docs\changes.txt
-  Destination=%GROUP%\Change Log.lnk
+  Source=%MAINDIR%\bin\dbgview.exe
+  Destination=%GROUP%\DebugView.lnk
   Working Directory=%MAINDIR%
 end
+item: Create Shortcut
+  Source=%MAINDIR%\bin\life.exe
+  Destination=%GROUP%\Life! Demo.lnk
+  Working Directory=%MAINDIR%\bin
+end
 item: Else Statement
 end
 item: Add ProgMan Icon
@@ -73,12 +83,6 @@ item: Add ProgMan Icon
   Command Line=%MAINDIR%\docs\changes.txt
   Default Directory=%MAINDIR%
 end
-item: Add ProgMan Icon
-  Group=%GROUP%
-  Icon Name=Dialog Editor
-  Command Line=%MAINDIR%\bin\dialoged.exe
-  Default Directory=%MAINDIR%
-end
 item: Add ProgMan Icon
   Group=%GROUP%
   Icon Name=wxWindows Manual
@@ -121,6 +125,24 @@ item: Add ProgMan Icon
   Command Line=%MAINDIR%\docs\winhelp\tex2rtf.hlp
   Default Directory=%MAINDIR%
 end
+item: Add ProgMan Icon
+  Group=%GROUP%
+  Icon Name=Dialog Editor
+  Command Line=%MAINDIR%\bin\dialoged.exe
+  Default Directory=%MAINDIR%
+end
+item: Add ProgMan Icon
+  Group=%GROUP%
+  Icon Name=DebugView
+  Command Line=%MAINDIR%\bin\dbgview.exe
+  Default Directory=%MAINDIR%\bin
+end
+item: Add ProgMan Icon
+  Group=%GROUP%
+  Icon Name=Life! Demo
+  Command Line=%MAINDIR%\bin\life.exe
+  Default Directory=%MAINDIR%
+end
 item: End Block
 end
 item: Self-Register OCXs/DLLs
index 2995e5e420a9e931a858f43713357ebb7b4f2599..92aefdc64e01e13f69381a87ebeca0784b8ae532 100755 (executable)
@@ -126,6 +126,8 @@ rem deltree /Y docs\html\ogl
 rem Now copy some binary files to 'bin'
 if not isdir bin mkdir bin
 copy %src\bin\dialoged.exe bin
+copy %src\bin\dbgview.* bin
+copy %src\bin\life.exe bin
 copy %src\docs\winhelp\dialoged.hlp %src\docs\winhelp\dialoged.cnt bin
 
 rem Time to regenerate the WISE install script, wxwin2.wse.
index 50fd12e2c217b1f7e5ce047e1e452bc0dd814690..2444068794c4ae64edd9d5a2b398c12a51b89b4a 100644 (file)
@@ -8,9 +8,9 @@ although a huge number of bugs found in earlier versions
 of wxWindows have been fixed.
 
 IMPORTANT NOTE: If you experience problems installing, please
-re-read this instructions and other related files (release.txt,
-todo.txt, bugs.txt etc.) carefully before mailing wxwin-users or
-the author. Preferably, try to fix the problem first and
+re-read this instructions and other related files (changes.txt,
+readme.txt, notes on the Web site) carefully before mailing
+wx-users or the author. Preferably, try to fix the problem first and
 then send a patch to the author. Please report bugs using the
 bug report form on the wxWindows web site.
 
@@ -202,6 +202,11 @@ files to be compatible with wxWindows 2.1.14, please see
 "Highlights of wxWindows 2.1.14" from the Download page of the
 web site or CD-ROM.
 
+Note (6): to create your own IDE files, see the technical note on the
+wxWindows web site or CD-ROM, entitled "Compiling wxWindows
+applications in the VC++ IDE". You can also copy .dsp and .dsw
+files from an existing wxWindows sample and adapt them.
+
 Visual C++ 1.5 compilation (16-bit)
 -----------------------------------
 
@@ -529,14 +534,10 @@ General Notes
 -------------
 
 - Debugging: under Windows 95, debugging output isn't output in
-  the same way that it is under NT or Windows 3.1. Set
-  wxUSE_DBWIN32 to 1 if you wish to enable code to output debugging
-  info to an external debug monitor, such as Andrew Tucker's DBWIN32.
-  You can download DBWIN32 from:
-
-        http://ftp.digital.com/pub/micro/NT/WinSite/programr/dbwin32.zip
-
-  and it's also on the wxWindows CD-ROM under Packages.
+  the same way that it is under NT or Windows 3.1.
+  Please see DebugView (bin/dbgview.exe in the distribution), also
+  available from http://www.sysinternals.com and on the wxWindows CD-ROM
+  under Packages.
 
 - If you are installing wxWindows 2 from CVS, you may find that
   include/wx/msw/setup.h is missing. This is deliberate, to avoid