diff -r 0a4059b7d4fe -r dbcb928abe9c photosgallery/group/bld.inf --- a/photosgallery/group/bld.inf Mon Nov 15 11:46:06 2010 +0000 +++ b/photosgallery/group/bld.inf Mon Nov 29 11:47:03 2010 +0000 @@ -25,20 +25,11 @@ PRJ_PLATFORMS DEFAULT -// Help exports +// Help exports #include "../help/group/bld.inf" - -PRJ_EXPORTS -../rom/glxgallery.iby CORE_APP_LAYER_IBY_EXPORT_PATH(glxgallery.iby) -../rom/glxgallery_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(glxgallery_resources.iby) - - -#ifdef APP_LAYER_LOC_EXPORT_PATH -// export engineering english loc file -../gallery/loc/photos.loc APP_LAYER_LOC_EXPORT_PATH(photos.loc) -#endif - +// Exports +#include "../exports/bld.inf" // Include the glxlogging.dll #include "../logging/group/bld.inf" @@ -74,4 +65,4 @@ #include "../memoryplugin/group/bld.inf" //include imageviewer -#include "../imgvwr/group/bld.inf" \ No newline at end of file +#include "../imgvwr/group/bld.inf"