Diderot
Andrew McCarthy (3688) 605 posts |
I realise that Diderot was written to compliment the DDE. Would it be possible to also support the GCC enviroment? |
Jean-Michel BRUCK (3009) 359 posts |
In the Makefiles there is a GCCRules file and it works. OBJS = database.o exceptions.o help.o log.o \ all: ccdoc ccdoc: $(OBJS) .c.o: .cc.o: |
Andrew McCarthy (3688) 605 posts |
Thank you, I’ll give what you’ve suggested a try. I thought that perhaps Diderot might recognise the environment loaded, either DDE or GCC, so that if a Makefile existed in a development directory, it would know what to do with it, activating the Make button. |
Jean-Michel BRUCK (3009) 359 posts |
Diderot creates environment variables for each projects. We can therefore have several projects open at the same time without monopolizing the desktop. Diderot makes the filer commands execute when pressing the buttons, so if your makefile works (DDE or GCC) you will have the same result. Diderot’s goal was to have project and commands information in the same space, otherwise I had to have all the application directories open and desktop shorcuts. Rick Griffin’s treeview module is perfect for this. Diderot uses the standard development directories’ structure see DDE examples I hope my explanations are understandable. |