diff -r 25149dfd68e0 -r 7cd36eb4b09c stx_libview.st --- a/stx_libview.st Wed Sep 06 10:04:18 2017 +0200 +++ b/stx_libview.st Wed Sep 06 11:13:09 2017 +0200 @@ -203,33 +203,13 @@ "Modified: / 27-09-2011 / 18:10:19 / cg" ! -additionalRules_make_dot_proto - ^ ' -postMake:: $(LIBVIEW_EXTRA_TARGETS) - -glLib: - @-if [ -d ../support/VGL ]; then \ - (cd ../support/VGL ; $(MAKE) ) ; \ - fi -' - - "Modified: / 06-09-2017 / 09:57:26 / Jan Vrany " -! - additionalSharedLinkLibraries_make_dot_proto "allows for additional shared libraries to be added to the make.proto file." ^ '-L$(X_LIB_DIR) $(LIB_GL) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) ' "Created: / 06-09-2017 / 09:55:42 / Jan Vrany " -! - -additionalTargets_make_dot_proto - "allows for additional targets to be added to the make.proto file." - - ^ 'glLib' - - "Created: / 06-09-2017 / 09:57:57 / Jan Vrany " + "Modified: / 07-09-2017 / 22:21:05 / Jan Vrany " ! localDefines_unix