stx_libview2.st
changeset 3042 820bd14492c0
parent 3032 7771717a4087
child 3052 ddfb2f88d5a5
--- a/stx_libview2.st	Fri Jan 11 16:09:26 2013 +0100
+++ b/stx_libview2.st	Fri Jan 11 16:12:21 2013 +0100
@@ -40,6 +40,10 @@
     This library contains additional graphics-interfacing components and infrastructure.
 "
 
+!
+
+extensionsVersion_SVN
+    ^ 'Id:'
 ! !
 
 !stx_libview2 class methodsFor:'description'!
@@ -91,14 +95,12 @@
     ^ '
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 
-!!ifdef USEBC
-LIBJPEG=$(LIBJPEG_DIR)\objbc\libjpeg.lib
+!!if defined(USEMINGW32) || defined(USEMINGW64)
+LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.a
 !!else
-!! ifdef USEVC
-LIBJPEG=$(LIBJPEG_DIR)\objvc\libjpeg.lib
-!! else
-!! endif
+LIBJPEG=$(LIBJPEG_DIR)\$(OBJDIR)\libjpeg.lib
 !!endif
+
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
 '
 
@@ -368,9 +370,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.52 2012-10-23 17:24:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.53 2013-01-11 15:12:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.52 2012-10-23 17:24:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.53 2013-01-11 15:12:21 cg Exp $'
 ! !
+