Add a text file to be shown after finishing wxMSW installation
We used docs/msw/install.txt for this previously, but it was too long to be comfortably viewed in the installation wizard and also incidentally doesn't exist any more, so add a new, short file just referring the user to its replacement.
This commit is contained in:
@@ -8,10 +8,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GetEnv("WXW_VER") == "Snapshot"
|
#if GetEnv("WXW_VER") == "Snapshot"
|
||||||
#define INFOFILE WXW_DIR + "\BuildGit.txt"
|
|
||||||
#define WX_VERSION "Snapshot"
|
#define WX_VERSION "Snapshot"
|
||||||
#elif GetEnv("WXW_VER") != ""
|
#elif GetEnv("WXW_VER") != ""
|
||||||
#define INFOFILE WXW_DIR + "\docs\msw\install.txt"
|
|
||||||
#define WX_VERSION GetEnv("WXW_VER")
|
#define WX_VERSION GetEnv("WXW_VER")
|
||||||
#else
|
#else
|
||||||
#error "WXW_VER environment variable must be defined."
|
#error "WXW_VER environment variable must be defined."
|
||||||
@@ -34,7 +32,7 @@ UsePreviousAppDir=no
|
|||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
LicenseFile={#WXW_DIR}\docs\licence.txt
|
LicenseFile={#WXW_DIR}\docs\licence.txt
|
||||||
InfoBeforeFile={#WXW_DIR}\docs\readme.txt
|
InfoBeforeFile={#WXW_DIR}\docs\readme.txt
|
||||||
InfoAfterFile={#INFOFILE}
|
InfoAfterFile={#WXW_DIR}\docs\msw\setup_after.txt
|
||||||
OutputDir={#WXW_DIR}\..
|
OutputDir={#WXW_DIR}\..
|
||||||
OutputBaseFilename={#SETUPFILENAME}
|
OutputBaseFilename={#SETUPFILENAME}
|
||||||
PrivilegesRequired=none
|
PrivilegesRequired=none
|
||||||
|
9
docs/msw/setup_after.txt
Normal file
9
docs/msw/setup_after.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
wxWidgets was installed successfully!
|
||||||
|
|
||||||
|
Please note: before using wxWidgets in your application,
|
||||||
|
you must build the library using the same compiler you
|
||||||
|
use for building your program.
|
||||||
|
|
||||||
|
Please see docs/msw/install.md file in the installation
|
||||||
|
directory for the detailed instructions about how to build
|
||||||
|
wxWidgets and use it from your application.
|
Reference in New Issue
Block a user