mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* GSWeb.framework/GSWApplication.m (GSWApplicationMainReal):
Remove dependency on GNUSTEP_SYSTEM_ROOT and search all domains in precedence for frameworks to load. * Doc/howto.gsdoc: Replace reference to GNUSTEP_SYSTEM_ROOT with new installation location. Also remove refernece to obsolete debug extension. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@24641 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1d83fd7875
commit
c751ea3e90
3 changed files with 50 additions and 33 deletions
|
@ -56,7 +56,7 @@
|
|||
<heading>Debug</heading>
|
||||
<p>In order to debug your application compile it with "gmake debug=yes" and
|
||||
install with "gmake install debug=yes". You'll find your application in
|
||||
GNUSTEP_SYSTEM_ROOT/GSWApps/MyApp.debug</p>
|
||||
GNUSTEP_DOMAIN/GNUSTEP_LIBRARY/GSWApps/MyApp.gswa</p>
|
||||
<p>Now you can enable debug starting your app with -GSWebDebug=<option></p>
|
||||
<example>
|
||||
Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue