Changeset dbf1be5 in mainline for tools/xcw/demo/Makefile
- Timestamp:
- 2021-03-25T21:12:23Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 417ff46, bfb055b, fbc6b6c
- Parents:
- e9f7778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/demo/Makefile
re9f7778 rdbf1be5 50 50 INSTALL = install 51 51 TEST = helenos-test 52 CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags libui lib draw libmath` \52 CFLAGS = -std=gnu11 -Wall `helenos-pkg-config --cflags libui libgfximage` \ 53 53 -D_HELENOS_SOURCE 54 LIBS = `helenos-pkg-config --libs libui lib draw libmath`54 LIBS = `helenos-pkg-config --libs libui libgfximage` 55 55 PREFIX = `helenos-bld-config --install-dir` 56 56 output = viewer
Note:
See TracChangeset
for help on using the changeset viewer.