avr-gcc-list
[Top][All Lists]
Advanced

[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





reply via email to

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