This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to work with multiple projects

Hi,

Here is the situation. I have 4 mini projects that need to be compiled (they have their own makefile). Here is the main makefile

ASSLST  = no
MODULES = rules signals network
SOURCES = main.c eeprom.c
USR_CLR = rm -f *.map *.abs
include $(PWD)/Makefile.inc

This makefile was done in Linux, but if I can migrate to Windows, it will good for me at this moment.

So, how can I have "rules", "signals", "network" and "main" in the uVision' Project Workspace window in the same time?

Also, if it is doable, how can I compile them separatly and all together?

Thanks in advance

0