Ignore:
Timestamp:
2007-01-23T16:25:40+13:00 (17 years ago)
Author:
kjdon
Message:

changed the names of libs to match the linux version. and other windows changes so that it works properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/lib/WIN32.MAK

    r3929 r13756  
    8383DISTFILES = Makefile.in $(HEADERS) $(SOURCES)
    8484 
    85 all : libmgpp.lib
     85all : libmgpplib.lib
    8686
    87 libmgpp.lib : $(OBJECTS)
    88     if EXIST libmgpp.lib del libmgpp.lib
    89     $(AR) /out:libmgpp.lib $(OBJECTS)
     87libmgpplib.lib : $(OBJECTS)
     88    if EXIST libmgpplib.lib del libmgpplib.lib
     89    $(AR) /out:libmgpplib.lib $(OBJECTS)
    9090
    9191$(OBJECTS): "$(MGPPHOME)\win32cfg.h"
     
    9494clean:
    9595    del *$o
    96     del libmgpp.lib
     96    del libmgpplib.lib
Note: See TracChangeset for help on using the changeset viewer.