Subversion Repositories Kolibri OS

Rev

Rev 6744 | Rev 8759 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6744 Rev 6765
Line 551... Line 551...
551
 
551
 
Line 552... Line 552...
552
ifeq ($(findstring static,$(MAKECMDGOALS)),static)
552
ifeq ($(findstring static,$(MAKECMDGOALS)),static)
553
 
553
 
554
LIB_SRCS:=  	$(STATIC_SRCS)
-
 
Line 555... Line 554...
555
LIB_OBJS:=  	$(STATIC_OBJS)
554
LIB_SRCS:=  	$(STATIC_SRCS)
Line 556... Line 555...
556
CFLAGS += -DSTATIC_LIBC
555
LIB_OBJS:=  	$(STATIC_OBJS)
557
 
556