/[tewi]/Platform/nextstep.mk
ViewVC logotype

Annotation of /Platform/nextstep.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
update

1 nishi 1.1 # $Id: nextstep.mk 340 2024-10-14 18:23:44Z nishi $
2    
3     CC = cc
4     AR = ar
5     CFLAGS = -g -DPREFIX=\"$(PREFIX)\" -I ../VC6Compat -I $(PWD)/Common -D_POSIX_SOURCE -D_NEXT_SOURCE -Duint64_t=uint32_t -DREALLY_OLD
6     LDFLAGS =
7     LIBS =
8     EXEC =
9     LIBSUF = .so
10     AR_USUAL=rc
11     MODULE =
12     MAYBE_RANLIB=ranlib common.a

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev