Ignore:
Timestamp:
2010-08-24T16:58:15+12:00 (14 years ago)
Author:
mdewsnip
Message:

Instead of having two copies of expat in Greenstone (one for Linux and one for Windows), added Windows makefiles into the version in common-src/packages/expat. This means we can remove the Windows-only version in common-src/packages/windows/expat, and also means that expat now works the same as SQLite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/win32.mak

    r22062 r22766  
    146146    $(MG_INCLUDES) \
    147147    $(MGPP_INCLUDES) \
    148     -I"$(COMMON_PACKAGES_DIR)\windows\expat\expat" $(GDBM_INCLUDES) $(SQLITE_INCLUDES)
     148    -I"$(COMMON_PACKAGES_DIR)\expat\include" $(GDBM_INCLUDES) $(SQLITE_INCLUDES)
    149149
    150150!IF $(GSDL_VC4)
Note: See TracChangeset for help on using the changeset viewer.