Changeset 1396 for trunk


Ignore:
Timestamp:
Feb 8, 2009, 2:48:46 PM (17 years ago)
Author:
Gregg Young
Message:

Removed obsolete copyright.obj from makefile_post.mak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

    r1287 r1396  
    1616# Executable specific paramters go in .def
    1717
    18 $(BASE).exe: $(BASE).lrf $(BASE).obj $(BASE).res $(BASE).def dll\copyright.obj .explicit
     18$(BASE).exe: $(BASE).lrf $(BASE).obj $(BASE).res $(BASE).def .explicit
    1919  $(LINK) @$(BASE).lrf @$(BASE).def
    2020  @echo.
     
    2727   @%append $^@ name $(BASE)
    2828   @%append $^@ file $(BASE).obj
    29    @%append $^@ file dll\copyright.obj
    3029!ifdef %EXCEPTQ
    3130    @%append $^@ file exceptq.lib
Note: See TracChangeset for help on using the changeset viewer.