Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / embedding / tests / wxEmbed / README.txt
blobbcc73afd84903e492168cec9704a8df3a4e933f2
1 wxEmbed is a sample application developed with wxWindows to demonstrate
2 various ways of embedding Gecko. It contains a sample browser and several
3 other demonstrations of embedded Gecko.
5 wxEmbed is deliberately not based upon wxMozilla - a 3rd party wrapper
6 for wxWindows. wxMozilla is the recommended route if you are more interested
7 in something more robust and cross-platform for wxWindows. wxEmbed is intended
8 more as a test harness for the embedding functionality of Gecko not an end
9 solution.
11 wxMozilla is here:
13 http://wxmozilla.sourceforge.net/
15 To build wxEmbed you must:
17 1. Get the latest 2.4 (at least 2.4.1) release from wxwindows.org
18 2. Build the debug/release static lib versions
19 3. cd into wxWindows/contrib and build src/xrc and utils/wxrc
20 4. Set your WXWIN environment variable to point to the wxWindows dir
21 5. Build Mozilla
22 6. Set MOZ_SRC environment variable to point to it.
23 7. Call nmake /f makefile.vc
25 If the gods were kind you should now have a wxembed.exe that you can copy to
26 your Mozilla dist directory and execute.