Changeset 19920

Show
Ignore:
Timestamp:
04/09/07 15:28:19 (2 years ago)
Author:
patrick
Message:

Be sure to copy vrjuggler.plist into Mac OS X application bundles. This is
an important file used to determine how file load operations should be
handled.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vrjuggler/vrj.appdefs.mk.in

    r19902 r19920  
    7777                        $(NULL) 
    7878 
     79# Mac OS X bundle information used by Doozer. 
    7980APP_ICNS=               $(shell $(FLAGPOLL) vrjuggler --exact-version=$(VRJ_VERSION) --get-vrj-app-icons) 
    80 APP_RESOURCES=          $(APP_ICNS
     81APP_RESOURCES=          $(shell $(FLAGPOLL) vrjuggler --exact-version=$(VRJ_VERSION) --get-vrj-app-all-resources
    8182APP_INFO_PLIST=         $(shell $(FLAGPOLL) vrjuggler --exact-version=$(VRJ_VERSION) --get-vrj-app-info-plist) 
    8283APP_NIBS=               $(shell $(FLAGPOLL) vrjuggler --exact-version=$(VRJ_VERSION) --get-vrj-app-nib) 
  • juggler/trunk/modules/vrjuggler/vrjuggler.fpc.in

    r19902 r19920  
    8080vrj_pf_prof_libs: ${vrj_pf_prof_lib} ${vrj_pf_extra_libs} 
    8181 
    82 # Build bits 
     82# Application build bits 
    8383vrj_app_defs_file: ${vrj_share_dir}/vrj.appdefs.mk 
    8484vrj_app_info_plist: ${vrj_share_dir}/data/bundle/Info.plist 
     
    8686vrj_app_info_strings: ${vrj_share_dir}/data/bundle/InfoPlist.strings 
    8787vrj_app_icons: ${vrj_share_dir}/data/bundle/vrjuggler.icns 
     88vrj_app_all_resources: ${vrj_share_dir}/data/bundle/vrjuggler.icns ${vrj_share_dir}/data/bundle/vrjuggler.plist