[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: kdesupport/kdewin-installer/packager
From:       Ralf Habacker <ralf.habacker () freenet ! de>
Date:       2010-08-07 10:38:53
Message-ID: 4C5D37BD.5090800 () freenet ! de
[Download RAW message or body]

Ilie Halip schrieb:
> SVN commit 1160140 by ihalip:
>
> debug packages support in kdewin-packager
>   
nice work
> --- trunk/kdesupport/kdewin-installer/packager/packager.cpp #1160139:1160140
> @@ -306,6 +306,17 @@
>                  generateFileList(fileList, dir, "doc", "*.*");
>                  generateFileList(fileList, dir, "man", "*.*");
>                  return true;
> +            case DBG:
> +                generateFileList(fileList, dir, "manifest", "*-dbg.cmd" );
> +                if (m_type == "vc80" || m_type == "vc90")
>   
because of historial reasons msvc 2005 is named msvc and not vc80

Just one note: To be able to create dbg packages emerge --install have 
to install pdb and sym files too. Because *.pdb files are normally not 
installed by the build systems like cmake the emerge --install command 
has to install them from the build tree into the image tree. This means 
in the install() method of classes derived from BuildSystemBase has to 
be extended.

Regards
 Ralf

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic