Ignore:
Timestamp:
10/26/10 10:57:54 (14 years ago)
Author:
Adam Kędziora <s301614@…>
Branches:
master
Children:
a6e708f
Parents:
f712e16
git-author:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
git-committer:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
Message:

Replacing old implementation with working implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • _old/app/src/compiledic/Makefile

    r57728c1 r1e121f4  
    1 CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive 
     1CFLAG1 = -Wno-deprecated -O3 -fpermissive 
    22CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static 
    33 
     
    66compiledic: 
    77 
    8  
    98aut2fsa: aut2fsa.cc 
    10         #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc 
    119        g++ $(CFLAG1) -o aut2fsa aut2fsa.cc 
    12  
    1310 
    1411copy: 
Note: See TracChangeset for help on using the changeset viewer.