-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build command line only version #74
Comments
There are a few options:
Probably a few more... |
This might fail in some cases, for example when the string ID is built dynamically, like in a for() loop that displays a range of strings, or positions in a menu.
That's probably the sanest and most flexible approach, but still quite some work... A poor man's approach could be grepping (-v) out the source NLS files to create versions without some of the categories, and running tlumacz on this. No need to do any SvarLang work, just some extra scripting in the makefile. Option 4. that means including the useless strings might be a good start to get a cmdline-only version quickly. Not ideal, but still smaller than the full-blown UI version. |
Yes I can do this, it is 13k less, to be specific :-) |
I have to rework the makefile for this. Problem is that some .c files have to be built twice when building fdisk.exe and fdiskcmd.exe. There are several possibilities. I have to think a little bit about it. A batch file around the makefile would be the easiest thing. call |
This is more work than I have thought, because I have yet to find a way to keep the unneeded SvarLANG strings out when not building the UI.
The text was updated successfully, but these errors were encountered: