normalize Jamfiles

This commit is contained in:
John Scipione
2014-02-20 19:31:48 -05:00
parent 125ee2cb57
commit b8187adfc7
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -18,5 +18,4 @@ Includes [ FGristFiles BeDecorator.cpp ]
Addon BeDecorator : Addon BeDecorator :
BeDecorator.cpp BeDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) : be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
: resources.rdef ;
;
+1 -1
View File
@@ -17,5 +17,5 @@ Includes [ FGristFiles MacDecorator.cpp ]
Addon MacDecorator : Addon MacDecorator :
MacDecorator.cpp MacDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) : be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
; ;
+1 -2
View File
@@ -18,5 +18,4 @@ Includes [ FGristFiles WinDecorator.cpp ]
Addon WinDecorator : Addon WinDecorator :
WinDecorator.cpp WinDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) : be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
: resources.rdef ;
;