mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): fixed path
for dynamically loading frameworks. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7961 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e758d0ed8b
commit
4e5087d1bc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-11-01 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||
|
||||
* GSWeb.framework/GSWApplication.m (GSWApplicationMain): fixed path
|
||||
for dynamically loading frameworks.
|
||||
|
||||
2000-10-30 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||
|
||||
* GSWeb.framework/htmltag.g: changed gsweb include dir from
|
||||
|
|
|
@ -226,7 +226,7 @@ int GSWApplicationMain(NSString* _applicationClassName,
|
|||
NSDebugFLLog(@"bundles",@"_bundlePath=%@",_bundlePath);
|
||||
//TODO
|
||||
NSDebugFLLog(@"bundles",@"GSFrameworkPSuffix=%@",GSFrameworkPSuffix);
|
||||
_bundlePath=[NSString stringWithFormat:@"%@/Libraries/%@%@",GNUstepRoot,_bundlePath,GSFrameworkPSuffix];
|
||||
_bundlePath=[NSString stringWithFormat:@"%@/Library/Frameworks/%@%@",GNUstepRoot,_bundlePath,GSFrameworkPSuffix];
|
||||
NSDebugFLLog(@"bundles",@"_bundlePath=%@",_bundlePath);
|
||||
_bundle=[NSBundle bundleWithPath:_bundlePath];
|
||||
NSDebugFLLog(@"bundles",@"_bundle=%@",_bundle);
|
||||
|
|
Loading…
Reference in a new issue