stx_libview2.st
changeset 2192 ed4bfebac711
parent 2183 9e2326daadf3
child 2197 1a42882a8fcb
--- a/stx_libview2.st	Mon Aug 28 15:36:35 2006 +0200
+++ b/stx_libview2.st	Mon Aug 28 15:36:37 2006 +0200
@@ -157,14 +157,6 @@
 
 !stx_libview2 class methodsFor:'description - compilation'!
 
-stcOptimizationOptions
-    ^ '+optspace2 -warnNonStandard'
-
-    "Created: / 23-08-2006 / 11:27:11 / cg"
-! !
-
-!stx_libview2 class methodsFor:'description - project information'!
-
 additionalDefinitions_make_dot_proto
     ^ '
 NT_ADDITIONAL_DEFS::
@@ -187,6 +179,9 @@
 
 additionalDefinitions_nt_dot_mak
     ^ '
+LIBVIEW2_BASE=0x02400000
+LIB_BASE_LD_ARG=-b:$(LIBVIEW2_BASE)
+
 LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
 LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
 CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
@@ -270,6 +265,14 @@
     "Created: / 23-08-2006 / 00:01:19 / cg"
 !
 
+stcOptimizationOptions
+    ^ '+optspace2 -warnNonStandard'
+
+    "Created: / 23-08-2006 / 11:27:11 / cg"
+! !
+
+!stx_libview2 class methodsFor:'description - project information'!
+
 companyName
     "Return a companyname which will appear in <lib>.rc"
 
@@ -305,5 +308,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.6 2006-08-23 14:31:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.7 2006-08-28 13:36:37 cg Exp $'
 ! !