Changeset 9740


Ignore:
Timestamp:
2005-04-26T14:07:50+12:00 (19 years ago)
Author:
mdewsnip
Message:

Removed the very old MGPASS.C and a bunch of stuff in the Windows makefile that references it (there were errors in this, as well as it being redundant).

Location:
trunk/gsdl/packages/mg/src/text
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/mg/src/text/WIN32.MAK

    r7060 r9740  
    7777  ivf.pass2.c             mg_text_estimate.c      text_get.c           \
    7878  lists.c                 mg_text_merge.c         weights.c            \
    79   mgpass.c                query_term_list.c       words.c
     79  query_term_list.c       words.c
    8080
    8181HEADERS = \
     
    9696        mg_fast_comp_dict$e \
    9797        mg_hilite_words$e     mg_invf_merge$e \
    98         mg_text_merge$e     bool_tester$e  mgpass$e \
     98        mg_text_merge$e     bool_tester$e \
    9999        mg_stem_idx$e  mgstemidxlist$e \
    100100                mg_decompress_text$e
     
    132132    $(LINK) $(PASSES_OBJS) $(LIBS)
    133133
    134 PASS_OBJS = \
    135     words$o mgpass$o text.pass1$o comp_dict$o stemmer$o \
    136     text.pass2$o locallib$o \
    137     ivf.pass1$o ivf.pass2$o mg.special$o mg_files$o environment$o
    138 mgpass$e: $(PASS_OBJS)
    139     $(LINK) $(PASS_OBJS) $(LIBS)
    140 
    141134LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
    142135 advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
Note: See TracChangeset for help on using the changeset viewer.