Subversion Repositories DevTools

Rev

Rev 303 | Rev 317 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 303 Rev 305
Line 452... Line 452...
452
#
452
#
453
ar		= $(XX_PRE)lib
453
ar		= $(XX_PRE)lib
454
ar_init 	=
454
ar_init 	=
455
ar_flags	= -nologo $(WCE_LIBFLAGS)
455
ar_flags	= -nologo $(WCE_LIBFLAGS)
456
ifeq "$(DEBUG)" "1"
456
ifeq "$(DEBUG)" "1"
457
ar_flags	+= -debugtype:cv
457
ar_flags	+= $(call select_co,-debugtype:cv,--)
458
endif
458
endif
459
 
459
 
460
LIBDEF		+=
460
LIBDEF		+=
461
ar_flags	+= $(patsubst %,-def:%,$(LIBDEF))
461
ar_flags	+= $(patsubst %,-def:%,$(LIBDEF))
462
LIBNAME     +=
462
LIBNAME     +=