Changeset 38f5598 in mainline for tools/xcw/demo/Makefile
- Timestamp:
- 2020-11-12T20:58:33Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0576df9
- Parents:
- 2c9fdeed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
r2c9fdeed r38f5598 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.