]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/framelayout/README
fix for bug in wxEditableListBox in connection with new wxListCtrl
[wxWidgets.git] / utils / framelayout / README
index c1d0d1c453d384badfab012aef902e47960fd0c0..3ec6e16bc3fff715a1279751b22005b294242850 100644 (file)
@@ -22,6 +22,10 @@ trivial to adapt this for other systems that use a configure build.
 YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries
 can't find their pics and horrible things will ensue.
 
 YOU NEED TO RUN THE SAMPLES FROM THIS BITMAP DIR otherwise the binaries
 can't find their pics and horrible things will ensue.
 
+<03-12-99 Russell>
+/samples/demo/fl_demo no longer needs to be run from the bitmap dir under
+windows, it now uses windows resources.
+
 -----------------------------------------------------------------------------
 BUILDING
 -----------------------------------------------------------------------------
 -----------------------------------------------------------------------------
 BUILDING
 -----------------------------------------------------------------------------
@@ -38,7 +42,17 @@ Note that a fl has not been tested with wxMotif yet...
 
 for Windows systems:
 
 
 for Windows systems:
 
-You're on your own for now :-/ I'll add makefiles later.
+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)
+
+<Added 3-11-99>
+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
 
 -----------------------------------------------------------------------------
 BUGS