Changeset 16974


Ignore:
Timestamp:
2008-08-22T16:41:01+12:00 (16 years ago)
Author:
oranfry
Message:

fixing the last change on the makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mgpp/jni/win32.mak

    r16972 r16974  
    2727MGPPHOME = ..
    2828
    29 UNAC_DIR = ../../packages/windows/unac
     29UNAC_DIR = ../../packages/unac
     30ICONV_DIR = ../../packages/windows/iconv/iconv
    3031
    3132ENABLE_ACCENTFOLD = 1
    3233
    3334!IF $(ENABLE_ACCENTFOLD)
    34 AFLIBS = "$(UNAC_DIR)\libunac.lib"  "$(UNAC_DIR)\iconv.lib"
    35 AFINCLUDES = -I"$(UNAC_DIR)"
     35AFLIBS = "$(UNAC_DIR)\libunac.lib"  "$(ICONV_DIR)\iconv.lib"
     36AFINCLUDES = -I"$(UNAC_DIR)" -I"$(ICONV_DIR)"
    3637!ELSE
    3738AFLIBS =
Note: See TracChangeset for help on using the changeset viewer.