Changeset 8d3e6ab for app/src/lib


Ignore:
Timestamp:
03/13/08 12:45:16 (16 years ago)
Author:
pawelk <pawelk@…>
Branches:
master, help
Children:
246900a
Parents:
e1b08a2
git-author:
pawelk <pawelk@…> (03/13/08 12:45:16)
git-committer:
pawelk <pawelk@…> (03/13/08 12:45:16)
Message:

Poprawilem wiekszosc makow pod katem poprawego kompilowania.
Wystepuje blad kompilacji dla gue.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@9 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • app/src/lib/Makefile

    r25ae32e r8d3e6ab  
    11PAR=-Wno-deprecated -m32 -O3 
    2 PAR2=-c -Wno-deprecated -m32 -O3 -static -fpermissive 
     2PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive 
     3# -static 
    34LIB_PATH=../lib 
    45COMMON_PATH=../common 
     
    1617 
    1718copy: 
    18 ifdef UTT_LIB_DIR 
    19         cp -r perl $(UTT_LIB_DIR)/ 
    20 endif 
     19#ifdef UTT_LIB_DIR 
     20#       cp -r perl $(UTT_LIB_DIR)/ 
     21#endif 
Note: See TracChangeset for help on using the changeset viewer.