Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 7010
Line 466... Line 466...
466
#
466
#
467
 
467
 
468
	# Standard flags
468
	# Standard flags
469
	#
469
	#
470
	#..
470
	#..
471
vc_ldflags	= \
471
vc_ldflags	= \	
472
		$(subst $(spacealt),$(space),$(patsubst %,-libpath \"%\" --\\n,$(subst /,\\\\,$(ALL_LIBDIRS))))\
472
		$(subst $(spacealt),$(space),$(patsubst %,-libpath \"%\" --\\n,$(subst /,\\\\,$(ALL_LIBDIRS))))\
473
		$(patsubst %,-%\\n,$(LDFLAGS))
473
		$(subst $(spacealt),$(space),$(patsubst %,\"-%\"\\n,$(LDFLAGS)))\
-
 
474
		
474
 
475
 
475
#
476
#
476
#..      Application
477
#..      Application
477
#
478
#
478
 
479