Small mods to distrib files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-19 15:24:27 +00:00
parent 7fee680be8
commit 9c6751aa46
3 changed files with 44 additions and 19 deletions

View File

@@ -55,16 +55,26 @@ item: Create Shortcut
Destination=%GROUP%\Compiling wxWindows.lnk Destination=%GROUP%\Compiling wxWindows.lnk
Working Directory=%MAINDIR% Working Directory=%MAINDIR%
end end
item: Create Shortcut
Source=%MAINDIR%\docs\changes.txt
Destination=%GROUP%\Change Log.lnk
Working Directory=%MAINDIR%
end
item: Create Shortcut item: Create Shortcut
Source=%MAINDIR%\bin\dialoged.exe Source=%MAINDIR%\bin\dialoged.exe
Destination=%GROUP%\Dialog Editor.lnk Destination=%GROUP%\Dialog Editor.lnk
Working Directory=%MAINDIR% Working Directory=%MAINDIR%
end end
item: Create Shortcut item: Create Shortcut
Source=%MAINDIR%\docs\changes.txt Source=%MAINDIR%\bin\dbgview.exe
Destination=%GROUP%\Change Log.lnk Destination=%GROUP%\DebugView.lnk
Working Directory=%MAINDIR% Working Directory=%MAINDIR%
end end
item: Create Shortcut
Source=%MAINDIR%\bin\life.exe
Destination=%GROUP%\Life! Demo.lnk
Working Directory=%MAINDIR%\bin
end
item: Else Statement item: Else Statement
end end
item: Add ProgMan Icon item: Add ProgMan Icon
@@ -73,12 +83,6 @@ item: Add ProgMan Icon
Command Line=%MAINDIR%\docs\changes.txt Command Line=%MAINDIR%\docs\changes.txt
Default Directory=%MAINDIR% Default Directory=%MAINDIR%
end 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 item: Add ProgMan Icon
Group=%GROUP% Group=%GROUP%
Icon Name=wxWindows Manual Icon Name=wxWindows Manual
@@ -121,6 +125,24 @@ item: Add ProgMan Icon
Command Line=%MAINDIR%\docs\winhelp\tex2rtf.hlp Command Line=%MAINDIR%\docs\winhelp\tex2rtf.hlp
Default Directory=%MAINDIR% Default Directory=%MAINDIR%
end 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 item: End Block
end end
item: Self-Register OCXs/DLLs item: Self-Register OCXs/DLLs

View File

@@ -126,6 +126,8 @@ rem deltree /Y docs\html\ogl
rem Now copy some binary files to 'bin' rem Now copy some binary files to 'bin'
if not isdir bin mkdir bin if not isdir bin mkdir bin
copy %src\bin\dialoged.exe 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 copy %src\docs\winhelp\dialoged.hlp %src\docs\winhelp\dialoged.cnt bin
rem Time to regenerate the WISE install script, wxwin2.wse. rem Time to regenerate the WISE install script, wxwin2.wse.

View File

@@ -8,9 +8,9 @@ although a huge number of bugs found in earlier versions
of wxWindows have been fixed. of wxWindows have been fixed.
IMPORTANT NOTE: If you experience problems installing, please IMPORTANT NOTE: If you experience problems installing, please
re-read this instructions and other related files (release.txt, re-read this instructions and other related files (changes.txt,
todo.txt, bugs.txt etc.) carefully before mailing wxwin-users or readme.txt, notes on the Web site) carefully before mailing
the author. Preferably, try to fix the problem first and 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 then send a patch to the author. Please report bugs using the
bug report form on the wxWindows web site. 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 "Highlights of wxWindows 2.1.14" from the Download page of the
web site or CD-ROM. 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) Visual C++ 1.5 compilation (16-bit)
----------------------------------- -----------------------------------
@@ -529,14 +534,10 @@ General Notes
------------- -------------
- Debugging: under Windows 95, debugging output isn't output in - Debugging: under Windows 95, debugging output isn't output in
the same way that it is under NT or Windows 3.1. Set the same way that it is under NT or Windows 3.1.
wxUSE_DBWIN32 to 1 if you wish to enable code to output debugging Please see DebugView (bin/dbgview.exe in the distribution), also
info to an external debug monitor, such as Andrew Tucker's DBWIN32. available from http://www.sysinternals.com and on the wxWindows CD-ROM
You can download DBWIN32 from: under Packages.
http://ftp.digital.com/pub/micro/NT/WinSite/programr/dbwin32.zip
and it's also on the wxWindows CD-ROM under Packages.
- If you are installing wxWindows 2 from CVS, you may find that - If you are installing wxWindows 2 from CVS, you may find that
include/wx/msw/setup.h is missing. This is deliberate, to avoid include/wx/msw/setup.h is missing. This is deliberate, to avoid