Sfoglia il codice sorgente

2007-08-20 Marek Safar <[email protected]>

	* Makefile: Hardcoded 3.5 define for now.


svn path=/trunk/mcs/; revision=84477
Marek Safar 18 anni fa
parent
commit
b56a20fa44
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      mcs/class/System.Core/ChangeLog
  2. 1 1
      mcs/class/System.Core/Makefile

+ 4 - 0
mcs/class/System.Core/ChangeLog

@@ -1,3 +1,7 @@
+2007-08-20  Marek Safar  <[email protected]>
+
+	* Makefile: Hardcoded 3.5 define for now.
+
 2007-08-13  Federico Di Gregorio <[email protected]>
 
 	* Added Test/ directory, modified Makefile to build and execute them.

+ 1 - 1
mcs/class/System.Core/Makefile

@@ -4,7 +4,7 @@ include ../../build/rules.make
 
 LIBRARY = System.Core.dll
 
-LIB_MCS_FLAGS = -langversion:linq -unsafe -d:LIBC /r:$(corlib)
+LIB_MCS_FLAGS = -langversion:linq -unsafe -d:LIBC -d:NET_3_5 /r:$(corlib)
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 # This is a .NET > 2.0 only assembly