Strange, sometimes it takes hours before my messages get relayed by the mailingt list server.
Nevermind, I have now found the probably ultimate command line for me to jalv2 on linux: echo -e "const compile_date=$(date +%Y%m%d) \nconst compile_time=$(date +%H%M%S)" | ~/JAL/jallib/compiler/jalv2 -include /dev/stdin $(find ~/JAL/jallib/include -type d \! -path '*.svn*' -printf '-s %p ') $* It automatically includes all directories under ~/JAL/jallib/include which do not contain .svn , and defines two constants "compile_date" and "compile_time" which can be used in the JAL program as a version hint. Greets, Kiste -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
