Changeset 7e38970d in mainline for tools/xcw/demo/Makefile
- Timestamp:
- 2020-12-07T00:08:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f26600
- Parents:
- 7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
r7a873f0 r7e38970d 50 50 INSTALL = install 51 51 TEST = helenos-test 52 CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags lib gui libdraw libmath` \52 CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags libui libdraw libmath` \ 53 53 -D_HELENOS_SOURCE 54 LIBS = `helenos-pkg-config --libs lib gui libdraw libmath`54 LIBS = `helenos-pkg-config --libs libui libdraw libmath` 55 55 PREFIX = `helenos-bld-config --install-dir` 56 56 output = viewer
Note:
See TracChangeset
for help on using the changeset viewer.