Changeset 10283 for trunk/gsdl/win32.mak


Ignore:
Timestamp:
2005-07-25T15:18:41+12:00 (19 years ago)
Author:
davidb
Message:

hashfile, db2txt, and txt2db added to INSTALLDIRS in win32.mak file. Their omission
from the file is thought to be on oversight due to the way the Windows installation is
formed: these binaries come from checking out 'winbin' and therefore the fact that
they are never compiled goes unnoticed. When compiling strictly from
source, however, they are missing and import.pl subsequently fails when used. It's
possible there is a reason for why they have been left out, however neither Michael
nor Stefan could think of one when I discussed it with them. Adding the targets in
helps with automated tested of the CVS version of Greenstone under Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/win32.mak

    r9990 r10283  
    4545            packages\mg\lib src\mgpp\lib lib src\colservr
    4646
    47 INSTALLDIRS = packages\mg\src\text src\mgpp\text src\recpt src\oaiservr
     47INSTALLDIRS = packages\mg\src\text src\mgpp\text src\recpt src\oaiservr \
     48          src\hashfile src\db2txt src\txt2db
    4849
    4950MAKECMD = $(MAKE) $(MDEFINES) GSDLHOME="$(GSDLHOME)"
Note: See TracChangeset for help on using the changeset viewer.