Changeset 55 for trunk/gsdl/lib/Makefile


Ignore:
Timestamp:
1998-12-04T21:18:09+13:00 (26 years ago)
Author:
rjmcnab
Message:

Added cfgread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/Makefile

    r49 r55  
    4343 
    4444
    45 HEADERS = text_h.h display.h
     45HEADERS = text_h.h display.h cfgread.h
    4646
    47 SOURCES = text_t.cpp display.cpp
     47SOURCES = text_t.cpp display.cpp cfgread.cpp
    4848
    49 OBJECTS = text_t.o display.o
     49OBJECTS = text_t.o display.o cfgread.o
    5050 
    5151all : gsdllib.a
     
    6666text_t.o: text_t.h
    6767display.o: display.h text_t.h
     68cfgread.o: cfgread.h text_t.h
Note: See TracChangeset for help on using the changeset viewer.