added include/msvc/wx/setup.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-11 20:23:18 +00:00
parent 592932859a
commit 92568b11d8

View File

@@ -5,11 +5,12 @@
There are several places in the wxWidgets source tree that There are several places in the wxWidgets source tree that
define the version number for the library. When updating the define the version number for the library. When updating the
version number all of these places need edited: version number all of these files must be edited:
{wx}/configure.in {wx}/configure.in
{wx}/*.spec {wx}/*.spec
{wx}/include/wx/version.h {wx}/include/wx/version.h
{wx}/include/msvc/wx/setup.h
{wx}/src/makeb32.env {wx}/src/makeb32.env
{wx}/src/makeg95.env {wx}/src/makeg95.env
{wx}/src/makevc.env {wx}/src/makevc.env
@@ -33,6 +34,9 @@
Version: $Id$ Version: $Id$
$Log$ $Log$
Revision 1.6 2006/11/11 20:23:18 VZ
added include/msvc/wx/setup.h
Revision 1.5 2006/11/09 21:22:18 ABX Revision 1.5 2006/11/09 21:22:18 ABX
Mention changes for setup.exe Mention changes for setup.exe