Changeset e28a625 for app/src/cor


Ignore:
Timestamp:
10/29/08 11:17:16 (16 years ago)
Author:
obrebski <obrebski@…>
Branches:
master, help
Children:
91ed676
Parents:
261bf62
git-author:
obrebski <obrebski@…> (10/29/08 11:17:16)
git-committer:
obrebski <obrebski@…> (10/29/08 11:17:16)
Message:

Ta linia i następne zostaną zignorowane--

M app/dist/files/README

uaktualnione

M app/doc/utt.texinfo

dopiski

M app/src/gue/Makefile

statyczne biblioteki

M app/src/cor/cmdline_cor.ggo

usuniecie nie dzialajacych parametrow

M app/src/cor/Makefile

statyczne biblioteki

M app/src/common/cmdline_common.ggo

?

M app/src/kor/Makefile

statyczne biblioteki

M app/src/lem/Makefile

statyczne biblioteki

M lang/dist/tarball/Makefile

pakowanie modulow jezykowych po jednym

M lang/Makefile

-"-

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@61 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

Location:
app/src/cor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • app/src/cor/Makefile

    r13a8a67 re28a625  
    1 PAR=-Wno-deprecated -m32 -fpermissive 
    2 # -static 
     1PAR=-Wno-deprecated -m32 -fpermissive -static 
    32PAR2=-c -Wno-deprecated -m32 -fpermissive 
    43LIB_PATH=../lib 
  • app/src/cor/cmdline_cor.ggo

    r25ae32e re28a625  
    55option "dictionary"             d       "Dictionary" string typestr="FILENAME" default="cor.bin" no 
    66option "distance"               n       "Maximal edit distance." int default="1" no 
    7 option "replace"                r       "Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off 
     7option "replace"                r       "Replace original form with corrected form, place original form in the cor field. This option has no effect in single mode" flag off hidden 
    88#option "single"                        -       "Place all alternatives in the same line" flag off 
Note: See TracChangeset for help on using the changeset viewer.