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/ByteFX.Data ByteFX.Data.build, 1.4,


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

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

Modified Files:
        ByteFX.Data.build Makefile.am 
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/ByteFX.Data/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 31 May 2003 12:30:33 -0000      1.1
--- Makefile.am 27 Nov 2003 05:18:54 -0000      1.2
***************
*** 6,13 ****
  ByteFX.Data.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f ByteFX.Data.build all
  
  CLEANFILES = ByteFX.Data.dll
  
! pnetassembliesdir = $(libdir)/cscc/lib
! pnetassemblies_DATA = ByteFX.Data.dll
--- 6,23 ----
  ByteFX.Data.dll:
        "$(CSANT)" $(CSANT_FLAGS) -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -b "$(srcdir)" -B . -f ByteFX.Data.build all
  
  CLEANFILES = ByteFX.Data.dll
  
! install-data-local:
!       @$(NORMAL_INSTALL)
!       $(mkinstalldirs) $(DESTDIR)$(libdir)/cscc/lib
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/ByteFX.Data.build" -i all
! 
! uninstall-local:
!       @$(NORMALL_UNINSTALL)
!       "$(CSANT)" $(CSANT_FLAGS) -b "$(srcdir)" -B . \
!                       -Dmono.sources="$(MONO_SOURCE_PATH)" \
!                       -f "$(srcdir)/ByteFX.Data.build" -u all

Index: ByteFX.Data.build
===================================================================
RCS file: /cvsroot/dotgnu-pnet/ml-pnet/class/ByteFX.Data/ByteFX.Data.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ByteFX.Data.build   8 Oct 2003 07:52:43 -0000       1.4
--- ByteFX.Data.build   27 Nov 2003 05:18:54 -0000      1.5
***************
*** 6,10 ****
                                 output="ByteFX.Data.dll"
                                 debug="${debug.flag}"
!                                unsafe="true">
  
                        <sources basedir="${mono.sources}/class/ByteFX.Data/">
--- 6,12 ----
                                 output="ByteFX.Data.dll"
                                 debug="${debug.flag}"
!                                unsafe="true"
!                                install="true"
!                                installasdefault="true">
  
                        <sources basedir="${mono.sources}/class/ByteFX.Data/">





reply via email to

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