Changeset 774 for trunk/gsdl


Ignore:
Timestamp:
1999-11-05T11:54:24+13:00 (25 years ago)
Author:
sjboddie
Message:

forgot alloca ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/wingdbm/win32.mak

    r773 r774  
    2828    gdbmreorg.c gdbmseq.c gdbmsync.c gdbmerrno.c gdbmexists.c gdbmsetopt.c \
    2929    bucket.c falloc.c findkey.c global.c hash.c update.c \
    30     version.c
     30    version.c alloca.c
    3131
    3232TEST_CF = testgdbm.c
     
    3535    gdbmreorg$o gdbmseq$o gdbmsync$o gdbmerrno$o gdbmexists$o gdbmsetopt$o \
    3636    bucket$o falloc$o findkey$o global$o hash$o update$o \
    37     version$o
     37    version$o alloca$o
    3838     
    3939SRCS = $(GDBM_CF) $(TEST_CF)
     
    7272bucket$o:   autoconf.h gdbmdefs.h
    7373falloc$o:   autoconf.h gdbmdefs.h
     74alloca$o:   autoconf.h gdbmdefs.h
    7475findkey$o:  autoconf.h gdbmdefs.h
    7576global$o:   autoconf.h gdbmdefs.h gdbmerrno.h
Note: See TracChangeset for help on using the changeset viewer.