Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg-1.3d/lib/WIN32.MAK

    r13 r29  
    3131#CFLAGS = -g -O
    3232CPPFLAGS =
    33 DEFS = -DHAVE_CONFIG_H -D__WIN32__ -D_LITTLE_ENDIAN
     33DEFS = -DQUIET -DHAVE_CONFIG_H -D__WIN32__ -D_LITTLE_ENDIAN
    3434 
    3535COMPILE = $(CC) -c $(DEFS) -I. -I..
     
    5353    bitio_m_mem.h      bitio_random.h     huffman_mem.h      perf_hash.h \
    5454    bitio_m_mems.h     bitio_stdio.h      huffman_stdio.h    sptree.h \
    55     regex.h            rx.h               pathmax.h          getpagesize.h \
    56     random.h
     55                       rx.h               pathmax.h          getpagesize.h \
     56    random.h           win32in.h          frenchstem.h
    5757
    5858SOURCES = \
     
    6262    bitio_mem.c       getopt.c          huffman_stdio.c   sptree.c \
    6363    bitio_mems.c      getopt1.c         local_strings.c   stem.c \
    64     timing.c          regex.c           rx.c              \
     64    timing.c                            rx.c              \
    6565    alloca.c          error.c           xmalloc.c         strstr.c \
    66     ftruncate.c       strcasecmp.c      random.c         
     66    ftruncate.c       strcasecmp.c      random.c          win32in.c \
     67    frenchstem.c
    6768
    68 OBJECTS =   rx.obj \
     69OBJECTS =   rx$o \
    6970    bitio_random$o    heap$o            memlib$o \
    7071    bitio_stdio$o     huffman$o         messages$o \
     
    7273    bitio_mem$o       getopt$o          huffman_stdio$o   sptree$o \
    7374    bitio_mems$o      getopt1$o         local_strings$o   stem$o \
    74     timing$o          regex$o \
     75    timing$o          \
    7576    error$o           xmalloc$o \
    76     random$o
     77    random$o          win32in$o         frenchstem$o
    7778 
    7879DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
     
    101102
    102103mostlyclean:
    103     rm -f *.o *_.o
     104    del *.obj
    104105 
    105106clean: mostlyclean
    106     rm -f libmg.lib
     107    del libmg.lib
    107108 
    108109distclean: clean
Note: See TracChangeset for help on using the changeset viewer.