Changeset 4b54bd9 in mainline for uspace/lib/pcut/helenos.mak
- Timestamp:
- 2018-09-12T13:23:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3da0ee4
- Parents:
- 275530a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/helenos.mak
r275530a4 r4b54bd9 30 30 src/os/helenos.c \ 31 31 src/assert.c \ 32 src/helper.c \ 32 33 src/list.c \ 33 34 src/main.c \ … … 38 39 src/run.c 39 40 40 EXTRA_CFLAGS = -D__helenos__ 41 EXTRA_CFLAGS = -D__helenos__ -Wno-unknown-pragmas 41 42 42 43 LIBRARY = libpcut
Note:
See TracChangeset
for help on using the changeset viewer.