Changeset 987


Ignore:
Timestamp:
Mar 1, 2008, 7:53:15 AM (17 years ago)
Author:
John Small
Message:

Ticket 226: Removed the check for the PERLLIB environment variable. It was
not a sufficient check for Perl (which turned out to be unnecessary anyway).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r983 r987  
    245245
    246246$(BASE).sym: $(BASE).map
    247 !ifdef %PERLLIB
    248247   @echo Processing: $?
    249248   -perl ..\debugtools\mapsymw.pl $?
    250 !else
    251    @echo PERL environment not found. Skipping SYM file
    252 !endif
    253249
    254250$(BASERES).sym: $(BASERES).map
    255 !ifdef %PERLLIB
    256251   @echo Processing: $?
    257252   -perl ..\debugtools\mapsymw.pl $?
    258 !else
    259    @echo PERL environment not found. Skipping SYM file
    260 !endif
    261253
    262254internal\mkstr.sym: internal\mkstr.map
    263 !ifdef %PERLLIB
    264255   @echo Processing: $?
    265256   cd internal
    266257   -perl ..\..\debugtools\mapsymw.pl mkstr.map
    267258   cd ..
    268 !else
    269    @echo PERL environment not found. Skipping SYM file
    270 !endif
    271259
    272260!else
  • trunk/makefile_post.mk

    r980 r987  
    2929
    3030$(BASE).sym: $(BASE).map
    31      @echo Processing: $?
    32      -perl debugtools\mapsymw.pl $?
     31   @echo Processing: $?
     32   -perl debugtools\mapsymw.pl $?
    3333
    3434!else
Note: See TracChangeset for help on using the changeset viewer.