stx_libview2.st
changeset 2427 aa5ea28f0f87
parent 2422 75c136f26fc9
child 2459 ee3a60818115
--- a/stx_libview2.st	Wed Apr 16 19:48:20 2008 +0200
+++ b/stx_libview2.st	Wed Apr 16 20:29:51 2008 +0200
@@ -78,7 +78,6 @@
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
-LOCALLIBS=$(LIBJPEG)
 '
 
     "Created: / 22-08-2006 / 23:58:05 / cg"
@@ -104,6 +103,10 @@
     "Created: / 22-08-2006 / 23:50:57 / cg"
 !
 
+additionalLinkLibraries_bc_dot_mak
+    ^ '$(LIBJPEG)'
+!
+
 additionalRules_bc_dot_mak
     ^ '
 $(LIBJPEG):
@@ -320,5 +323,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.24 2008-04-16 17:27:39 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.25 2008-04-16 18:29:51 stefan Exp $'
 ! !