dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] ml-pnet/class/System.Messaging Makefile.am, 1.1, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] ml-pnet/class/System.Messaging Makefile.am, 1.1, 1.2 System.Messaging.build, 1.1, 1.2
Date: Thu, 27 Nov 2003 05:18:59 +0000

Update of /cvsroot/dotgnu-pnet/ml-pnet/class/System.Messaging
In directory subversions:/tmp/cvs-serv7340/class/System.Messaging

Modified Files:
        Makefile.am System.Messaging.build 
Log Message:


Modify the build system to use "ilgac" to install assemblies;
infer the correct framework version numbers from pnetlib.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/class/System.Messaging/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 May 2003 10:48:41 -0000      1.1
--- Makefile.am 27 Nov 2003 05:18:57 -0000      1.2
***************
*** 6,13 ****
  System.Messaging.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f System.Messaging.build all
  
  CLEANFILES = System.Messaging.dll
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = System.Messaging.dll
--- 6,23 ----
  System.Messaging.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -b "$(srcdir)" -B . -f System.Messaging.build all
  
  CLEANFILES = System.Messaging.dll
  
! install-data-local:
!       @$(NORMAL_INSTALL)
!       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/System.Messaging.build" -i all
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/System.Messaging.build" -u all

Index: System.Messaging.build
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/ml-pnet/class/System.Messaging/System.Messaging.build,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** System.Messaging.build      28 May 2003 10:48:41 -0000      1.1
--- System.Messaging.build      27 Nov 2003 05:18:57 -0000      1.2
***************
*** 6,10 ****
                                 output="System.Messaging.dll"
                                 debug="${debug.flag}"
!                                unsafe="true">
  
                        <sources 
basedir="${mono.sources}/class/System.Messaging">
--- 6,12 ----
                                 output="System.Messaging.dll"
                                 debug="${debug.flag}"
!                                unsafe="true"
!                                install="true"
!                                installasdefault="true">
  
                        <sources 
basedir="${mono.sources}/class/System.Messaging">
***************
*** 17,20 ****
--- 19,27 ----
                                <file name="System.dll"/>
                        </references>
+ 
+                       <arg compiler="cscc" 
value="-fassembly-version=${FRAMEWORK_VERSION}"/>
+                       <arg compiler="cscc" value="-fassembly-key=ms"/>
+                       <arg compiler="cscc" value="-Wno-empty-input"/>
+                       <arg compiler="cscc" value="-flatin1-charset"/>
  
                </compile>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]