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

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

[Dotgnu-pnet-commits] pnetlib/resources/en_US/System.Windows.Forms resou


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/resources/en_US/System.Windows.Forms resources.build, NONE, 1.1 Makefile.am, 1.1, 1.2
Date: Tue, 11 Nov 2003 07:30:51 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/resources/en_US/System.Windows.Forms
In directory subversions:/tmp/cvs-serv19650/resources/en_US/System.Windows.Forms

Modified Files:
        Makefile.am 
Added Files:
        resources.build 
Log Message:


Modify the build system for "resources/en_US" to use the new
"csant" resource features.


Index: Makefile.am
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/resources/en_US/System.Windows.Forms/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 12 Oct 2003 22:39:07 -0000      1.1
--- Makefile.am 11 Nov 2003 07:30:48 -0000      1.2
***************
*** 1,30 ****
- SUFFIXES = .txt .resources
- 
- RESOURCENAME = System.Windows.Forms.resources
- 
- RESOURCEFILES = System.Windows.Forms.txt
- 
- EXTRA_DIST = asterisk.ico exclamation.ico hand.ico question.ico
- 
- noinst_DATA = $(RESOURCENAME)
- 
- CLEANFILES = $(RESOURCENAME) tempres.txt
- 
- if PNET_RESGEN
- 
- # Portable.NET's resgen can convert multiple input files.
  
! $(RESOURCENAME): $(RESOURCEFILES)
!       "$(RESGEN)" $(RESGEN_FLAGS) $(RESOURCEFILES) $(RESOURCENAME)
  
! else
  
! # Microsoft's resgen can only convert a single input file at a time,
! # so we combine everything into one file and then convert.
  
! $(RESOURCENAME): $(RESOURCEFILES)
!       cat $(RESOURCEFILES) >tempres.txt
!       "$(RESGEN)" $(RESGEN_FLAGS) tempres.txt $(RESOURCENAME)
!       rm -f tempres.txt
  
! endif
--- 1,11 ----
  
! .PHONY: System.Windows.Forms.resources
  
! all-local: System.Windows.Forms.resources
  
! System.Windows.Forms.resources:
!       "$(CSANT)" $(CSANT_FLAGS) -f resources.build all
  
! CLEANFILES = System.Windows.Forms.resources
  
! EXTRA_DIST = asterisk.ico exclamation.ico hand.ico question.ico

--- NEW FILE: resources.build ---
<?xml version="1.0"?>
<project name="pnetlib System.Windows.Forms resources (en_US)" default="all">
        <target name="all">

                <resgen output="System.Windows.Forms.resources">
                        <resources>
                                <includes name="**/*.txt"/>
                                <excludes name="tempres.txt"/>
                        </resources>
                </resgen>

        </target>
</project>





reply via email to

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