Changeset 987 for trunk/dll


Ignore:
Timestamp:
Mar 1, 2008, 7:53:15 AM (18 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).

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.