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

Location:
_old/app/src/compiledic
Files:
2 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: 
  • _old/app/src/compiledic/aut2fsa.cc

    r57728c1 r1e121f4  
    11 
    22#include <iostream> 
    3 #include <stdlib.h> 
     3#include <cstdlib> 
    44 
    55#include "../lib/tfti.h" 
Note: See TracChangeset for help on using the changeset viewer.