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.Management Makefile.am, 1.1.1


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

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

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


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


Index: System.Management.build
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/ml-pnet/class/System.Management/System.Management.build,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** System.Management.build     17 May 2003 07:18:36 -0000      1.1.1.1
--- System.Management.build     27 Nov 2003 05:18:56 -0000      1.2
***************
*** 6,10 ****
                                 output="System.Management.dll"
                                 debug="${debug.flag}"
!                                unsafe="true">
  
                        <sources 
basedir="${mono.sources}/class/System.Management">
--- 6,12 ----
                                 output="System.Management.dll"
                                 debug="${debug.flag}"
!                                unsafe="true"
!                                install="true"
!                                installasdefault="true">
  
                        <sources 
basedir="${mono.sources}/class/System.Management">
***************
*** 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>

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/class/System.Management/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 17 May 2003 07:18:36 -0000      1.1.1.1
--- Makefile.am 27 Nov 2003 05:18:56 -0000      1.2
***************
*** 6,13 ****
  System.Management.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f System.Management.build all
  
  CLEANFILES = System.Management.dll
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = System.Management.dll
--- 6,23 ----
  System.Management.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -b "$(srcdir)" -B . -f System.Management.build all
  
  CLEANFILES = System.Management.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.Management.build" -i all
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/System.Management.build" -u all





reply via email to

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