diff -r c39e182aa37c -r bae7f55f6ef7 sf_build/sf_prebuild/makefile --- a/sf_build/sf_prebuild/makefile Tue Aug 31 16:25:42 2010 +0300 +++ b/sf_build/sf_prebuild/makefile Wed Sep 01 12:37:25 2010 +0100 @@ -4,19 +4,21 @@ # Exporting makefile template include /sf/os/devicesrv/commonservices/commonengine/makefile + include /sf/os/devicesrv/devicesrv_pub/common_platform_security_definitions_api/makefile include /sf/os/devicesrv/devicesrv_pub/platform_path_definitions_api/makefile - +include /sf/mw/qt/src/s60installs/deviceconfiguration/cmaker/makefile +# removed by riku include /sf/mw/qtextensions/group/cmaker/makefile ifeq (S60,$(BUILD)) include /sf/mw/uiresources/uigraphics/icons/makefile include /sf/mw/uiresources/uigraphics/bitmaps2/makefile include /sf/mw/platformtools/gfxconversion/mifconv/makefile_templates/makefile -include /sf/mw/qttranslations/cmaker/makefile +include /sf/app/homescreentools/dtdinstaller/makefile endif # Place the first target as the default target which is executed from this level -s60_prebuild :: commonengine_all platform_path_all common_platform_security_all export_template_files icons_all bitmaps_all +s60_prebuild :: commonengine_all platform_path_all common_platform_security_all export_template_files icons_all bitmaps_all dtdinstaller_all os_prebuild :: commonengine_all platform_path_all common_platform_security_all # include include_template.mk \ No newline at end of file