svn path=/trunk/mcs/; revision=53754
@@ -1,3 +1,7 @@
+2055-12-01 Konstantin Triger <[email protected]>
+
+ * Makefile: java profile reference change.
2005-11-30 Konstantin Triger <[email protected]>
* System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
@@ -27,7 +27,7 @@ ifeq (net_1_1_java, $(PROFILE))
LIB_MCS_FLAGS += \
-r:System.Xml.dll \
-r:rt.dll \
- -r:vmwutils.dll \
+ -r:J2SE.Helpers.dll \
-r:unresolved.dll \
/lib:../../class/lib/$(PROFILE)
endif