Subversion Repositories DevTools

Rev

Rev 6177 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6177 Rev 7010
Line 516... Line 516...
516
endif
516
endif
517
endif
517
endif
518
 
518
 
519
vc_ldflags	+= \
519
vc_ldflags	+= \
520
		$(call decodepath,-libpath:\",\"\\n,$(LIB_LIST)) \
520
		$(call decodepath,-libpath:\",\"\\n,$(LIB_LIST)) \
521
		$(patsubst %,-%\\n,$(LDFLAGS))
521
		$(subst $(spacealt),$(space),$(patsubst %,\"-%\"\\n,$(LDFLAGS)))
522
 
522
 
523
 
523
 
524
#..     Shared library (dll)
524
#..     Shared library (dll)
525
#
525
#
526
 
526