Changeset 24516
- Timestamp:
- 2010-12-12T15:53:24+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/sstrip/Makefile
r24512 r24516 12 12 13 13 define Host/Compile 14 $(CC) $(HOST_CFLAGS) -I $(TOPDIR)/tools/include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c14 $(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c 15 15 endef 16 16
Note: See TracChangeset
for help on using the changeset viewer.