Changeset 13867 for trunk/gs2build-extra


Ignore:
Timestamp:
2007-02-07T13:50:46+13:00 (17 years ago)
Author:
shaoqun
Message:

make it compile indexers first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gs2build-extra/win32.mak

    r13858 r13867  
    5656!ENDIF
    5757
    58 all: win32.mak $(OTHERDIRS) $(INSTALLDIRS)
    59     cd indexers
    60     call winMake.bat all
    61     cd ..
     58all: win32.mak indexers $(OTHERDIRS) $(INSTALLDIRS)
    6259
    63 install: win32.mak $(INSTALLDIRS)
    64     cd indexers
    65     call winMake.bat install
    66     cd ..
     60install: win32.mak indexers-install $(INSTALLDIRS)
    6761
    6862$(OTHERDIRS): FORCE
     
    7569    $(MAKECMD)
    7670    $(MAKECMD) install
     71    cd "$(GSDLHOME)"
     72
     73indexers: FORCE
     74    cd "indexers"
     75    call winMake.bat all
     76    cd "$(GSDLHOME)"
     77
     78indexers-install:
     79    cd indexers
     80    call winMake.bat install
    7781    cd "$(GSDLHOME)"
    7882
Note: See TracChangeset for help on using the changeset viewer.