Changeset 8f395c8 for _old/app/src/compdic/Makefile
- Timestamp:
- 12/14/11 17:53:54 (13 years ago)
- Branches:
- master
- Children:
- 7bed30f
- Parents:
- 93afab8
- git-author:
- tom <tom@…> (12/14/11 17:53:54)
- git-committer:
- tom <tom@…> (12/14/11 17:53:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/src/compdic/Makefile
r93afab8 r8f395c8 1 CFLAG1 = - m32 -Wno-deprecated -O3 -fpermissive1 CFLAG1 = -Wno-deprecated -O3 -fpermissive 2 2 CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static 3 3 … … 8 8 9 9 aut2fsa: aut2fsa.cc 10 #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc11 10 g++ $(CFLAG1) -o aut2fsa aut2fsa.cc 12 11
Note: See TracChangeset
for help on using the changeset viewer.