[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?
From: |
Torsten Seeboth |
Subject: |
Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ? |
Date: |
Wed, 28 Jan 2009 21:50:04 +0100 |
http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.h
HTTP 404 Error
I dont know if it helps, maybe off topic. For asm-projects in AVR-Studio I'm
using this:
;*** NOTE ***
;
; Add to Project->Assembler Options->Additional Parameters:
; -FD"%%d.%%m.%%Y"
;
;***************
menu_ver_txt:
.db __DATE__, " " __TIME__, " OK", 0
Torsten
- [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
- RE: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Weddington, Eric, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
- RE: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?, Stu Bell, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?, Vincent Trouilliez, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?,
Torsten Seeboth <=
- Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?, Vincent Trouilliez, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format itdifferently ?, Vincent Trouilliez, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, David Kelly, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Steven Michalske, 2009/01/28
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
- Message not available
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
- Message not available
- Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Vincent Trouilliez, 2009/01/28
Re: [avr-gcc-list] __DATE__ constant, any way to format it differently ?, Dave Hylands, 2009/01/28