Changeset 34448
- Timestamp:
- 2012-12-02T16:26:15+01:00 (5 years ago)
- Location:
- trunk/tools/sstrip
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/sstrip/Makefile
r33140 r34448 12 12 13 13 define Host/Compile 14 $(HOSTCC) $(HOST_CFLAGS) -I. /include -include endian.h $(HOST_STATIC_LINKING) -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c14 $(HOSTCC) $(HOST_CFLAGS) -I../include -include endian.h $(HOST_STATIC_LINKING) -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c 15 15 endef 16 16
Note: See TracChangeset
for help on using the changeset viewer.