 | | Another makefile suggestion
|
|
This particular change would be useful in the lib directories. Instead of using this: SOURCES=memset.c strcmp.c ..... etc. Use this: SOURCES := $(wildcard *.c) Note the use of ':=', not '='. This will pick up ALL .c files in the current directory. (...) (26 years ago, 9-Apr-00, to lugnet.robotics.rcx.legos)
|
| |
 | | Re: NQC Ignores based on your pbrink
|
|
(...) I agree wholeheartedly. I don't want to see people selling their bot code. It's all about sharing and learning. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (26 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)
|
| |
 | | Re: location of NQC group?
|
|
(...) Personally I like the move to robotics.nqc I don't like the idea of splitting it up. Cross posting would make reading the groups very annoying. I'd say make the current one archive only putting a LARGE message like the rules pop up to new (...) (26 years ago, 9-Apr-00, to lugnet.admin.general, lugnet.robotics.rcx.nqc)
|
| |
 | | Re: NQC Ignores based on your pbrink
|
|
I definitely intended to mean portable source. And that the "__FIRMWARE" would be used in compiler directives rather than in the code. It is a simple matter for me to define my own __FIRMWARE (or anything else, right?) and do #ifdef's to my heart's (...) (26 years ago, 9-Apr-00, to lugnet.robotics.rcx.nqc)
|
| |
 | | Re: Some questions
|
|
Could it be a power generator? (thats my guess) ---...--- (...) (26 years ago, 9-Apr-00, to lugnet.starwars)
|