- Timestamp:
- Jul 16, 2006, 9:34:02 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 819d4e1
- Parents:
- a5748d2
- File:
-
- 1 edited
-
tools/paxmirabilis/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/Makefile
ra5748d2 ra6cd888 4 4 5 5 OUR_FLAGS= -I${TOPDIR}/scripts \ 6 -D_STRLCPY_DEFNS \7 6 -std=gnu99 \ 8 7 -include ${TOPDIR}/scripts/param.h 9 8 10 9 ifeq ($(OStype),Linux) 11 OUR_FLAGS+= -DLONG_OFF_T 10 OUR_FLAGS+= -DLONG_OFF_T \ 11 -D_STRLCPY_DEFNS 12 SRCS+= strlfun.c \ 13 strmode.c \ 14 fgetln.c 12 15 endif 13 16 14 SRCS= strlfun.c \ 15 strmode.c \ 16 fgetln.c \ 17 SRCS= \ 17 18 src/ar_io.c \ 18 19 src/ar_subs.c \
Note:
See TracChangeset
for help on using the changeset viewer.
