- Timestamp:
 - Apr 25, 2009, 4:30:43 AM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/makefile (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/makefile
r1403 r1415 215 215 216 216 $(BASE).dll $(BASE).lib $(BASE).map: $(OBJS) $(BASE).def $(BASE).lrf 217 @echo $(LINK) @$(BASE).lrf @$(BASE).def217 @echo Linking $(BASE).dll 218 218 $(LINK) @$(BASE).lrf @$(BASE).def 219 219 @rem type $(BASE).lrf … … 256 256 257 257 $(BASERES).dll $(BASERES).lib $(BASERES).map: $(BASERES).res $(BASERES).obj $(BASERES).def $(BASERES).lrf 258 @echo $(LINK) @$(BASERES).lrf @$(BASERES).def258 @echo Linking $(BASERES).dll 259 259 $(LINK) @$(BASERES).lrf @$(BASERES).def 260 260 @echo.  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  