Changeset 28633
- Timestamp:
- Jul 7, 2010, 5:15:12 PM (16 years ago)
- Location:
- tags/ipp-20100701
- Files:
-
- 2 edited
- 1 copied
-
ippScripts/scripts/make_burntool_pcontrol.pl (modified) (1 diff)
-
ippTasks/Makefile.am (modified) (1 diff)
-
ippTasks/burntool.pro (copied) (copied from trunk/ippTasks/burntool.pro )
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100701/ippScripts/scripts/make_burntool_pcontrol.pl
r27938 r28633 48 48 while(<LAZY>) { 49 49 chomp; 50 if ($_ =~ /BURNTOOL.STATE.GOOD /) {50 if ($_ =~ /BURNTOOL.STATE.GOOD\s/) { 51 51 @line = split /\s+/; 52 52 $burntoolStateGood = $line[2]; -
tags/ipp-20100701/ippTasks/Makefile.am
r28486 r28633 34 34 minidvodb.pro \ 35 35 nightly_stacks.pro \ 36 burntool.pro \ 36 37 lossy_compress.pro \ 37 38 background.pro \
Note:
See TracChangeset
for help on using the changeset viewer.
