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/lib/Makefile

    r57728c1 r1e121f4  
    1 PAR=-Wno-deprecated -m32 -O3 
    2 PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive 
     1PAR=-Wno-deprecated -O3 
     2PAR2=-c -Wno-deprecated -O3 -fpermissive 
    33# -static 
    44LIB_PATH=../lib 
     
    66 
    77main: auttools.o word.o copy 
    8  
    9 auttools.o: auttools.h auttools.cc 
    10         g++ $(PAR2) auttools.cc 
    11  
    12 word.o: word.h word.cc 
    13         g++ $(PAR2) word.cc 
    148 
    159clean: 
     
    2014#       cp -r perl $(UTT_LIB_DIR)/ 
    2115#endif 
     16 
     17include ./lib.mk 
Note: See TracChangeset for help on using the changeset viewer.