Home » U++ Library support » U++ Library : Other (not classified elsewhere) » umk cannot be used for *.* named directories
Re: umk cannot be used for *.* named directories [message #40507 is a reply to message #40504] |
Thu, 08 August 2013 13:17   |
|
The way how umk handles command line parameters is (politely put) strange. It is pretty non-standard and I'm not really surprised that it can cause trouble.
Simple workaround would be to put your code in a subdirectory, e.g.:test-1.0
+ debian
| + rules
+ MyApp
| + MyApp.upp
| + MyApp.cpp
+ other files and directories ...
Better would be to fix the command line handling. I'll try to look at it, but I'm not sure if it'll be possible without breaking some of the behavior.
The best would be to rewrite the CLI interface completely. Preferably using some standards respecting class for simple argument parsing that could become part of U++ (I miss it in some of my apps too ).
Best regards,
Honza
[Updated on: Thu, 08 August 2013 13:17] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Aug 23 21:38:02 CEST 2025
Total time taken to generate the page: 0.02722 seconds
|