CVS: packaging makefile,1.23,1.24
Chris Liechti <[email protected]> Mon, 27 Nov 2006 17:42:04 -0800
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/packaging In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13313 Modified Files: makefile Log Message: fix build-addon for linux Index: makefile =================================================================== RCS file: /cvsroot/mspgcc/packaging/makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -u -w -d -r1.23 -r1.24 --- makefile 26 Nov 2006 23:30:46 -0000 1.23 +++ makefile 28 Nov 2006 01:42:01 -0000 1.24 @@ -276,8 +276,11 @@ # install binary verisons of msp430-gdbproxy and MSP430.dll gdbproxy-install: +ifdef WINDOWS cp msp430-gdbproxy.exe MSP430.dll $(INSTALLDIR)/bin/ - +else + cp msp430-gdbproxy libMSP430.so $(INSTALLDIR)/bin/ +endif # (lib)MSP430mspgcc.dll/so (lib)HIL.dll/so and giveio, loaddrv on windows. libmspgcc-clean: ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV