Changeset 1faa995 in mainline
- Timestamp:
- 2010-03-26T22:15:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5da468e
- Parents:
- 12d7710
- Location:
- uspace/app/sbi
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/Makefile
r12d7710 r1faa995 28 28 29 29 USPACE_PREFIX = ../.. 30 LIBS = $(LIBC_PREFIX)/libc.a31 30 EXTRA_CFLAGS = -D__HELENOS__ 32 31 33 OUTPUT= sbi32 BINARY = sbi 34 33 35 34 SOURCES = \ … … 59 58 src/tdata.c 60 59 61 include ../Makefile.common60 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/sbi/src/input.c
r12d7710 r1faa995 34 34 #include <stdio.h> 35 35 #include <stdlib.h> 36 #include <string.h>37 36 #include "mytypes.h" 38 37 #include "strtab.h" -
uspace/app/sbi/src/lex.c
r12d7710 r1faa995 34 34 #include <stdio.h> 35 35 #include <stdlib.h> 36 #include <string.h>37 36 #include "mytypes.h" 38 37 #include "input.h" -
uspace/app/sbi/src/os/helenos.c
r12d7710 r1faa995 32 32 #include <stdio.h> 33 33 #include <stdlib.h> 34 #include <str ing.h>34 #include <str.h> 35 35 #include <task.h> 36 36 -
uspace/app/sbi/src/strtab.c
r12d7710 r1faa995 35 35 36 36 #include <stdlib.h> 37 #include <string.h>38 37 #include "mytypes.h" 39 38 #include "os/os.h"
Note:
See TracChangeset
for help on using the changeset viewer.