Skip to content

Added "make_mvc.mak" file to "lang"#13519

Merged
chrisbra merged 6 commits intovim:masterfrom
RestorerZ:makefile4lang
Nov 18, 2023
Merged

Added "make_mvc.mak" file to "lang"#13519
chrisbra merged 6 commits intovim:masterfrom
RestorerZ:makefile4lang

Conversation

@RestorerZ
Copy link
Copy Markdown
Contributor

  1. To convert menu files to Windows, the file "make_mvc.mak" has been added.
  2. The list of files to be converted has been moved to the "make_all.mak" file.
  3. The rule "menu_slovak_slovak_republic.1250.vim: menu_sl_si.utf-8.vim" is commented out in the Makefile file, because these are menu files for different languages.

The file "menu_slovak_slovak_slovak_republic.1250.vim" is the original file for Slovak language.
The file "menu_sl_si.utf-8.vim" is the original file for Slovenian language.
There is also a rule "menu_sk_sk.iso_8859-2.vim: menu_slovak_slovak_republic.1250.vim", which converts the original file to ISO-8859-2 encoding.

@k-takata
Copy link
Copy Markdown
Member

Please rename make_*.mak to Make_*.mak. (See also the makefiles in src and src/testdir.)

@RestorerZ
Copy link
Copy Markdown
Contributor Author

Please rename make_*.mak to Make_*.mak. (See also the makefiles in src and src/testdir.)

Done.

menu_tr_tr.iso_8859-9.vim \
menu_uk_ua.cp1251.vim \
menu_uk_ua.koi8-u.vim \

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please remove those additional empty lines? and the commented out line menu_slovak_slovak_republic?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisbra
Yes, I deleted the blank lines. And the commented out line as well.
But what about the rule "menu_slovak_slovak_republic.1250.vim: menu_sl_si.utf-8.vim"? I commented it out, but is it necessary to leave it in?
I wrote to @adaext , but didn't get a reply. Is it possible that it meant something else? No matter how many times I tried, I couldn't find what it should be.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the rule "menu_slovak_slovak_republic.1250.vim: menu_sl_si.utf-8.vim"

@chrisbra chrisbra merged commit ab4f27e into vim:master Nov 18, 2023
@chrisbra
Copy link
Copy Markdown
Member

thanks!

@RestorerZ RestorerZ deleted the makefile4lang branch November 25, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants