normalize Jamfiles

This commit is contained in:
John Scipione 2014-02-20 19:04:41 -05:00
parent 125ee2cb57
commit b8187adfc7
3 changed files with 3 additions and 5 deletions

View File

@ -18,5 +18,4 @@ Includes [ FGristFiles BeDecorator.cpp ]
Addon BeDecorator :
BeDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
: resources.rdef
;
;

View File

@ -17,5 +17,5 @@ Includes [ FGristFiles MacDecorator.cpp ]
Addon MacDecorator :
MacDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++)
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
;

View File

@ -18,5 +18,4 @@ Includes [ FGristFiles WinDecorator.cpp ]
Addon WinDecorator :
WinDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
: resources.rdef
;
;