mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Generally improved launching of programs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4076 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b81439976b
commit
d66ffcf162
6 changed files with 156 additions and 47 deletions
|
@ -919,4 +919,25 @@ _bundle_load_callback(Class theClass, Category *theCategory)
|
|||
return nil;
|
||||
}
|
||||
|
||||
+ (NSString*) _gnustep_target_cpu
|
||||
{
|
||||
return gnustep_target_cpu;
|
||||
}
|
||||
|
||||
+ (NSString*) _gnustep_target_dir
|
||||
{
|
||||
return gnustep_target_dir;
|
||||
}
|
||||
|
||||
+ (NSString*) _gnustep_target_os
|
||||
{
|
||||
return gnustep_target_os;
|
||||
}
|
||||
|
||||
+ (NSString*) _library_combo
|
||||
{
|
||||
return library_combo;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue