Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » need commands for using umk.exe from visual studio.
need commands for using umk.exe from visual studio. [message #45688] Tue, 22 December 2015 09:14 Go to next message
rxantos is currently offline  rxantos
Messages: 72
Registered: October 2011
Member
I am trying to use umk.exe from visual studio to build the upp projects. It does work but needs a clean command. It already has a rebuild command. But the rebuild command rebuild EVERYTHING including uppsrc. So maybe another option to NOT rebuild uppsrc would be useful. (As is deadly slow to do so).

Assuming NOT using blitz.

1. Have an option to clean the object files. if for example you build with -r with a -rc it would clean the release objects except the ones from uppsrc. This would allow to avoid recompile the whole thing when one only wants to recompile ones libraries.

2. Have another option to clean the whole thing including the ones from uppsrc. If for example one uses -rC it would clean all the release objects, including the ones from uppsrc



Re: need commands for using umk.exe from visual studio. [message #45689 is a reply to message #45688] Tue, 22 December 2015 11:29 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
Having clean options in umk may be nice, but I don't think this should stop you.
If the umk builds into "out" directory, same as IDE, you can safely delete whole subdirectory with some shell script.
hmm..

Although now I think you may have hard time to extract correct $out subdirectories names without umk (so you would end up with hardcoded local paths in your script), how does it work in VS? Does the umk calculate it's own out directory and then just puts final .exe into some $target, or does the VS options provide also path for temporary .obj files?
Previous Topic: [BUG] 'Format code in editor' corrupts non-ASCII symbols
Next Topic: [Bug?] mismatching closing brace with opening brace
Goto Forum:
  


Current Time: Thu Apr 18 23:41:47 CEST 2024

Total time taken to generate the page: 0.02310 seconds