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:
parent
7fee680be8
commit
9c6751aa46
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user