From 25fe86201495d143a980dfdff6c7559f69dcf2e7 Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Fri, 12 Mar 1999 00:34:31 +0000 Subject: [PATCH] Added note about new make files for frame layout samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/framelayout/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/framelayout/README b/utils/framelayout/README index 367d79507b..c606d30d55 100644 --- a/utils/framelayout/README +++ b/utils/framelayout/README @@ -41,6 +41,15 @@ for Windows systems: The src directory contains a few untested makefiles. Pick one, and best of luck! +NOTE: src/Makefile.vc has been tested and works well. (Russell) + + +The samples directory and subdirectories contain (tested) Makefile.vc files +for use with Visual C++. Move to the samples directory and type +nmake -f Makefile.vc to build. Alternatively you can enter each sample +directory (demo,sample, etc) and run the command there to build the +individual sample. + ----------------------------------------------------------------------------- BUGS ----------------------------------------------------------------------------- -- 2.50.0