Searched refs:cppFile (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit714 my ($dir, $hFile, $cppFile) = split ("\035", $globalmocs{$mocFile}, 3);
715 if (defined ($cppFile)) {
716 $mocs .= " $mocFile.moc" if exists $shash{$cppFile};
1875 my $cppFile;
1880 undef $cppFile;
1881 ($dir, $hFile, $cppFile) = split ("\035", $mocFiles{$mocFile}, 3);
1883 if (defined ($cppFile))
1885 $cppFile =~ s,\.[^.]*$,,;
1886 $target_adds{"$cppFile.o"} .= "$mocFile.moc ";
1887 $target_adds{"$cppFile
[all...]

Completed in 105 milliseconds