Changeset 1415 for trunk/dll


Ignore:
Timestamp:
Apr 25, 2009, 4:30:43 AM (17 years ago)
Author:
Steven Levine
Message:

Update progress messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1403 r1415  
    215215
    216216$(BASE).dll $(BASE).lib $(BASE).map: $(OBJS) $(BASE).def $(BASE).lrf
    217   @echo $(LINK) @$(BASE).lrf @$(BASE).def
     217  @echo Linking $(BASE).dll
    218218  $(LINK) @$(BASE).lrf @$(BASE).def
    219219  @rem type $(BASE).lrf
     
    256256
    257257$(BASERES).dll $(BASERES).lib $(BASERES).map: $(BASERES).res $(BASERES).obj $(BASERES).def $(BASERES).lrf
    258   @echo $(LINK) @$(BASERES).lrf @$(BASERES).def
     258  @echo Linking $(BASERES).dll
    259259  $(LINK) @$(BASERES).lrf @$(BASERES).def
    260260  @echo.
Note: See TracChangeset for help on using the changeset viewer.