stx_libview2.st
changeset 3081 c31be64e085f
parent 3076 148eb4b4fc01
child 3082 a395ac282376
equal deleted inserted replaced
3080:08a532463942 3081:c31be64e085f
   124 !
   124 !
   125 
   125 
   126 additionalRules_make_dot_proto
   126 additionalRules_make_dot_proto
   127     ^ '
   127     ^ '
   128 
   128 
   129 libjpeg: $(JPEGLIB_DIR)/Makefile
   129 libjpeg: $(LIBJPEG_DIR)/Makefile
   130         cd $(JPEGLIB_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
   130         cd $(LIBJPEG_DIR); $(MAKE) $(MAKE_JPEGLIB_ARG)
   131 
   131 
   132 #
   132 #
   133 # prelink JPEGReader.o with libjpeg
   133 # prelink JPEGReader.o with libjpeg
   134 #
   134 #
   135 JPEGReader_prelinked: $(LIBJPEG)
   135 JPEGReader_prelinked: $(LIBJPEG)
   348 ! !
   348 ! !
   349 
   349 
   350 !stx_libview2 class methodsFor:'documentation'!
   350 !stx_libview2 class methodsFor:'documentation'!
   351 
   351 
   352 version
   352 version
   353     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.59 2013-01-25 12:25:35 stefan Exp $'
   353     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.60 2013-01-25 12:26:25 stefan Exp $'
   354 !
   354 !
   355 
   355 
   356 version_CVS
   356 version_CVS
   357     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.59 2013-01-25 12:25:35 stefan Exp $'
   357     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.60 2013-01-25 12:26:25 stefan Exp $'
   358 ! !
   358 ! !
   359 
   359