Changeset b78300f in mainline
- Timestamp:
- 2019-11-15T10:27:56Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d548fc0
- Parents:
- fc65b87
- git-author:
- Jiri Svoboda <jiri@…> (2019-11-14 22:27:53)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-11-15 10:27:56)
- Location:
- tools/xcw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-pkg-config
rfc65b87 rb78300f 33 33 34 34 XCW="$(dirname "$0")" 35 SRC_ROOT="$XCW/../../.."35 BUILD_ROOT="$(dirname "$(dirname "$(dirname "$XCW")")")" 36 36 if [ -z "$EXPORT_DIR" ]; then 37 EXPORT_DIR="$ SRC_ROOT/build/dist"37 EXPORT_DIR="$BUILD_ROOT/export" 38 38 fi 39 39 40 INCLUDE_DIR="$EXPORT_DIR/include" 40 41 LIB_DIR="$EXPORT_DIR/lib" -
tools/xcw/demo/Makefile
rfc65b87 rb78300f 40 40 # ../configure.sh 41 41 # ninja 42 # ../tools/export.sh export 42 43 # cd ../tools/xcw/demo 43 44 # export PATH=$PATH:<helenos-source-dir>/build/tools/xcw/bin
Note:
See TracChangeset
for help on using the changeset viewer.