Home » Developing U++ » U++ Developers corner » workspace-like package
workspace-like package [message #19785] |
Sun, 18 January 2009 20:45  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
I'd like to create an UPP package, which works similar to Visual Studio workspace.
Example:
1) I have a package, which builds a DLL (has DLL as a target);
2) I have a package, which builds an executable, and I'd like to link this executable against DLL. Logical solution would be to add first package to "uses" of the second package because application uses the DLL, and let TheIDE manage the rest.
Unfortunately, this configuration doesn't seem to work. I either have to build each package separately (and manually add path and library name to the second package), or I need to link all as one piece (completely monolith application, no DLLs as modules).
Or, probably, I'm missing something in package-assembly-nest concept. 
TIA
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Tue Jul 08 16:50:28 CEST 2025
Total time taken to generate the page: 0.03148 seconds
|