Changeset 2556


Ignore:
Timestamp:
2001-06-15T13:36:15+12:00 (23 years ago)
Author:
jrm21
Message:

If we have getopt.h in here, gcc will find it instead of /usr/include/getopt.h
This seems to be a problem on some platforms (eg Suse), so it's been renamed.
(We still need it for win32 compilation...)

Location:
trunk/gsdl/src/mgpp/lib
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/lib/WIN32.MAK

    r2468 r2556  
    6161    bitio_m.h          huffman.h  \
    6262    bitio_m_mem.h      perf_hash.h \
    63     bitio_m_mems.h     getopt.h \
     63    bitio_m_mems.h     getopt_old.h \
    6464    pathmax.h          getpagesize.h      sysfuncs.h         bitio_m_abstract.h  \
    6565    random.h           simplefrenchstem.h unitool.h      longlong.h \
     
    7575    ftruncate.cpp     strcasecmp.cpp    random.cpp \
    7676    simplefrenchstem.cpp                unitool.cpp       bitio_m_random.cpp \
    77     bitio_m_abstract.cpp getopt.c
     77    bitio_m_abstract.cpp getopt_old.c
    7878
    7979OBJECTS =  mgheap$o   \
     
    8484    xmalloc$o         bitio_m_random$o  bitio_m_abstract$o \
    8585     random$o          simplefrenchstem$o \
    86     unitool$o  getopt$o
     86    unitool$o  getopt_old$o
    8787
    8888all : libmg.lib
Note: See TracChangeset for help on using the changeset viewer.