/[pkg-kde]/scripts/autofixtll
ViewVC logotype

Diff of /scripts/autofixtll

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10362 by modax-guest, Mon Apr 28 23:57:18 2008 UTC revision 10363 by modax-guest, Tue Apr 29 10:13:03 2008 UTC
# Line 330  sub write_target_link_libs { Line 330  sub write_target_link_libs {
330          open(CMAKELISTS, "<$cmakelists");          open(CMAKELISTS, "<$cmakelists");
331          while (<CMAKELISTS>) {          while (<CMAKELISTS>) {
332              if (!$found && !$ignstack->process_line($_) &&              if (!$found && !$ignstack->process_line($_) &&
333                  m/^\s*(target_link_libraries\s*\(\s*$target\s+)(.*?)(\s*\).*)?$/i) {                  m/^\s*((?:target_link_libraries|kdepim4_link_unique_libraries)\s*\(\s*$target\s+)(.*?)(\s*\).*)?$/i) {
334    
335                  my $newline;                  my $newline;
336                  if ($normlibs) {                  if ($normlibs) {
# Line 531  sub get_gnu_build_type { Line 531  sub get_gnu_build_type {
531    
532  ############## Main loop ##############################  ############## Main loop ##############################
533    
534  $main::VERSION = "0.5.1";  $main::VERSION = "0.5.2";
535    
536  my $sourcedir = Cwd::getcwd();  my $sourcedir = Cwd::getcwd();
537  my $builddir = "obj-" . get_gnu_build_type();  my $builddir = "obj-" . get_gnu_build_type();

Legend:
Removed from v.10362  
changed lines
  Added in v.10363

  ViewVC Help
Powered by ViewVC 1.1.5