don't include sound resources in 2.1
authorJb Evain <jbevain@gmail.com>
Thu, 9 Aug 2007 19:05:57 +0000 (19:05 -0000)
committerJb Evain <jbevain@gmail.com>
Thu, 9 Aug 2007 19:05:57 +0000 (19:05 -0000)
svn path=/trunk/mcs/; revision=83787

mcs/class/System/Makefile

index 60a4f7fc3b9c1f44dbb2467d9edb3099f3e0cf2e..b0afad0fbc27cc0cb8e75f7425b52a4981dd427b 100644 (file)
@@ -6,12 +6,16 @@ export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/lib/$(PROFILE)
 LIBRARY = System.dll
 LIBRARY_USE_INTERMEDIATE_FILE = yes
 
+ifneq (net_2_1, $(PROFILE))
 RESOURCE_FILES = \
        resources/Asterisk.wav  \
        resources/Beep.wav      \
        resources/Exclamation.wav       \
        resources/Hand.wav      \
        resources/Question.wav
+else
+RESOURCE_FILES =
+endif
 
 # Because System.dll, Mono.Security.dll System.Xml.dll have a cyclic dependency, we need a two-pass build.
 # 1st pass - build System.dll without System.Xml.dll or Mono.Security.dll or System.Configuration.dll references