Changeset 8d3e6ab for app/src/lib
- Timestamp:
- 03/13/08 12:45:16 (17 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/lib/Makefile
r25ae32e r8d3e6ab 1 1 PAR=-Wno-deprecated -m32 -O3 2 PAR2=-c -Wno-deprecated -m32 -O3 -static -fpermissive 2 PAR2=-c -Wno-deprecated -m32 -O3 -fpermissive 3 # -static 3 4 LIB_PATH=../lib 4 5 COMMON_PATH=../common … … 16 17 17 18 copy: 18 ifdef UTT_LIB_DIR19 cp -r perl $(UTT_LIB_DIR)/20 endif19 #ifdef UTT_LIB_DIR 20 # cp -r perl $(UTT_LIB_DIR)/ 21 #endif
Note: See TracChangeset
for help on using the changeset viewer.