Changeset 8fc0f47c in mainline for uspace/app/bithenge
- Timestamp:
- 2012-08-21T10:48:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ee05261
- Parents:
- 67edca6
- Location:
- uspace/app/bithenge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/Makefile
r67edca6 r8fc0f47c 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBBITHENGE_PREFIX)/libbithenge.a $(LIBBLOCK_PREFIX)/libblock.a 31 EXTRA_CFLAGS = -I$(LIBBITHENGE_PREFIX) -D__HELENOS__31 EXTRA_CFLAGS = -I$(LIBBITHENGE_PREFIX)/include -D__HELENOS__ 32 32 BINARY = bithenge 33 33 -
uspace/app/bithenge/test.c
r67edca6 r8fc0f47c 39 39 #include <stdlib.h> 40 40 #include <sys/types.h> 41 #include "blob.h"42 #include "source.h"43 #include "print.h"44 #include "script.h"45 #include "transform.h"46 #include "tree.h"41 #include <bithenge/blob.h> 42 #include <bithenge/source.h> 43 #include <bithenge/print.h> 44 #include <bithenge/script.h> 45 #include <bithenge/transform.h> 46 #include <bithenge/tree.h> 47 47 48 48 int main(int argc, char *argv[])
Note:
See TracChangeset
for help on using the changeset viewer.