Changeset 1e121f4 for _old/app/src/compiledic/Makefile
- Timestamp:
- 10/26/10 10:57:54 (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/src/compiledic/Makefile
r57728c1 r1e121f4 1 CFLAG1 = - m32 -Wno-deprecated -O3 -fpermissive1 CFLAG1 = -Wno-deprecated -O3 -fpermissive 2 2 CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static 3 3 … … 6 6 compiledic: 7 7 8 9 8 aut2fsa: aut2fsa.cc 10 #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc11 9 g++ $(CFLAG1) -o aut2fsa aut2fsa.cc 12 13 10 14 11 copy:
Note: See TracChangeset
for help on using the changeset viewer.