CVS: packaging makefile,1.8,1.9 mspgcc-full-install.nsi,1.3,1.4

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31155/packaging

Modified Files:
	makefile mspgcc-full-install.nsi 
Log Message:
- use python 2.4
- add ti text tools

Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/packaging/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- makefile	26 Oct 2005 19:43:34 -0000	1.8
+++ makefile	28 Dec 2005 18:23:26 -0000	1.9
@@ -72,7 +72,8 @@
 GDB             = gdb-$(GDB_VERSION)
 
 # external tools
-NSIS           := "/c/Program Files/NSIS/makensis"
+#~ NSIS           := "/cygdrive/c/Program Files/NSIS/makensis"
+NSIS           := "/cygdrive/c/Programme/NSIS/makensis"
 DOWONLOAD      := wget
 ifdef WINDIR
 # file lists are used to build the windows installer
@@ -346,6 +347,7 @@
 	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-jtag-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
 	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-downloader-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
 	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-ram-usage-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
+	cd $(BUILDDIR)/python/win32 && rm -rf ../build; python setup-titexttools-py2exe.py >>$(BUILDDIR)/pytools.log 2>&1
 else
 	rm -r $(BUILDDIR)/python/CVS $(BUILDDIR)/python/msp430/CVS
 	echo "#!/bin/bash" >$(BUILDDIR)/python/msp430-jtag
@@ -387,6 +389,9 @@
 # create a file with a timestamp
 stamp:
 	echo >$(INSTALLDIR)/stamp.txt "Build date: $(BUILDDATE)"
+	echo >$(INSTALLDIR)/stamp.txt "Binutils version: $(BINUTILS_VERSION) (with patches)"
+	echo >$(INSTALLDIR)/stamp.txt "GCC version: $(GCC_VERSION) (with patches)"
+	echo >$(INSTALLDIR)/stamp.txt "GDB version: $(GDB_VERSION) (with patches)"
 
 ##############################################################################
 #### High level targets

Index: mspgcc-full-install.nsi
===================================================================
RCS file: /cvsroot/mspgcc/packaging/mspgcc-full-install.nsi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- mspgcc-full-install.nsi	26 Oct 2005 19:43:34 -0000	1.3
+++ mspgcc-full-install.nsi	28 Dec 2005 18:23:26 -0000	1.4
@@ -111,27 +111,31 @@
     SetOutPath "$INSTDIR\bin"
     File "${SRCDIR}\bin\msp430-gdbproxy.exe"
     ;~ File "c:\mspgcc\bin\msp430-reset.exe"
-    File "${SRCDIR}\bin\python23.dll"
+    File "${SRCDIR}\bin\python24.dll"
     File "${SRCDIR}\bin\msp430-bsl.exe"
     File "${SRCDIR}\bin\msp430-jtag.exe"
     File "${SRCDIR}\bin\msp430-downloader.exe"
     File "${SRCDIR}\bin\msp430-ram-usage.exe"
+    File "${SRCDIR}\bin\ihex2titext.exe"
+    File "${SRCDIR}\bin\titext2ihex.exe"
     File "${SRCDIR}\bin\MSP430mspgcc.dll"
     File "${SRCDIR}\bin\HIL.dll"
+    File "${SRCDIR}\bin\w9xpopen.exe"
     SetOutPath "$INSTDIR\bin\lib"
     File "${SRCDIR}\bin\lib\shared-bsl.zip"
     File "${SRCDIR}\bin\lib\shared-jtag.zip"
     File "${SRCDIR}\bin\lib\shared-downloader.zip"
     File "${SRCDIR}\bin\lib\shared-ram-usage.zip"
-    File "${SRCDIR}\bin\lib\PyWinTypes23.dll"
+    File "${SRCDIR}\bin\lib\shared-titexttools.zip"
+    File "${SRCDIR}\bin\lib\PyWinTypes24.dll"
     File "${SRCDIR}\bin\lib\win32event.pyd"
     File "${SRCDIR}\bin\lib\win32file.pyd"
     File "${SRCDIR}\bin\lib\select.pyd"
     File "${SRCDIR}\bin\lib\_ctypes.pyd"
     ;~ File "${SRCDIR}\bin\lib\_parjtag.pyd"
-    File "${SRCDIR}\bin\lib\_sre.pyd"
-    File "${SRCDIR}\bin\lib\datetime.pyd"
-    File "${SRCDIR}\bin\w9xpopen.exe"
+    File "${SRCDIR}\bin\lib\bz2.pyd"
+    File "${SRCDIR}\bin\lib\zlib.pyd"
+    File "${SRCDIR}\bin\lib\unicodedata.pyd"
     
     SetOutPath "$INSTDIR\docs"
     File "README-msp430-gdbproxy.txt"
@@ -247,23 +251,27 @@
     Delete "$INSTDIR\bin\msp430-bsl.exe"
     Delete "$INSTDIR\bin\msp430-downloader.exe"
     Delete "$INSTDIR\bin\msp430-ram-usage.exe"
-    Delete "$INSTDIR\bin\python23.dll"
+    Delete "$INSTDIR\bin\python24.dll"
     Delete "$INSTDIR\bin\MSP430mspgcc.dll"
     Delete "$INSTDIR\bin\HIL.dll"
+    Delete "$INSTDIR\bin\w9xpopen.exe"
     
     Delete "$INSTDIR\bin\lib\shared-jtag.zip"
     Delete "$INSTDIR\bin\lib\shared-bsl.zip"
     Delete "$INSTDIR\bin\lib\shared-downloader.zip"
     Delete "$INSTDIR\bin\lib\shared-ram-usage.zip"
-    Delete "$INSTDIR\bin\lib\PyWinTypes23.dll"
+    Delete "$INSTDIR\bin\lib\shared-titexttools.zip"
+    Delete "$INSTDIR\bin\ihex2titext.exe"
+    Delete "$INSTDIR\bin\titext2ihex.exe"
+    Delete "$INSTDIR\bin\lib\PyWinTypes24.dll"
     Delete "$INSTDIR\bin\lib\win32event.pyd"
     Delete "$INSTDIR\bin\lib\win32file.pyd"
     Delete "$INSTDIR\bin\lib\select.pyd"
     Delete "$INSTDIR\bin\lib\_ctypes.pyd"
 ;~     Delete "$INSTDIR\bin\lib\_parjtag.pyd"
-    Delete "$INSTDIR\bin\lib\_sre.pyd"
-    Delete "$INSTDIR\bin\lib\datetime.pyd"
-    Delete "$INSTDIR\bin\lib\w9xpopen.exe"
+    Delete "$INSTDIR\bin\lib\bz2.pyd"
+    Delete "$INSTDIR\bin\lib\zlib.pyd"
+    Delete "$INSTDIR\bin\lib\unicodedata.pyd"
     RMDir  "$INSTDIR\bin\lib"
     
     Delete "$INSTDIR\docs\README-msp430-gdbproxy.txt"



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.