Changeset 573 for trunk/gsdl/src/db2txt


Ignore:
Timestamp:
1999-09-10T10:33:09+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed yet another compile problem (one day I'll learn something about make ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/db2txt/Makefile.in

    r558 r573  
    3535INCLUDES = -I../../lib
    3636LDFLAGS = -lgdbm
    37 #LIBS = ../../lib/gsdllib.a ../../packages/mg-1.3d/lib/unitool.o
     37LIBS = -lstdc++
    3838GSDLOS = @gsdlos@
    3939
     
    5858OBJECTS = db2txt.o
    5959
    60 EXEC    = db2txt.o
     60EXEC    = db2txt
    6161 
    6262all : $(EXEC)
Note: See TracChangeset for help on using the changeset viewer.