-
Notifications
You must be signed in to change notification settings - Fork 629
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
Refine win32 makefiles #757
Merged
k-takata
merged 7 commits into
universal-ctags:master
from
k-takata:refine-win32-makefiles
Jan 12, 2016
Merged
Refine win32 makefiles #757
k-takata
merged 7 commits into
universal-ctags:master
from
k-takata:refine-win32-makefiles
Jan 12, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write about DEBUG option and WITH_ICONV option. Also update about MSYS2, fix typos.
Building readtags.exe fails when using mk_mvc.mak. Remove /clr option.
Readtags.exe was not built by default. Add 'all' target and build readtags.exe by default.
Check if readtags.exe is properly built on AppVeyor.
E.g. The following line in source.mak doesn't work with nmake: REGEX_OBJS = $(REGEX_SRCS:.c=.$(OBJEXT)) Overwrite some definitions with mk_mvc.mak.
Use batch-mode inference rules instead of response file. See: https://msdn.microsoft.com/en-us/library/f2x0zs74.aspx Response file was used mainly for Win9x.
Normally MSVC users don't change $(CC) though.
LGTM, though I don't know windows well. |
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Mar 29, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masaake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Mar 29, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masatake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Mar 29, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masatake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Mar 30, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masatake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Mar 30, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masatake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
masatake
pushed a commit
to masatake/ctags
that referenced
this pull request
Apr 1, 2023
Close universal-ctags#757. Derrived from https://github.com/juliosueiras/vim-terraform-completion/blob/master/ctags/terraform.ctags, @Haggus reactivated the pull request and polished the original commits. @masatake wrote this commit message. Co-authored-by: Matt Mrowiec <[email protected]> (@Haggus) Co-authored-by: Masatake YAMATO <[email protected]> (@masatake)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes several fixes about win32 makefiles and document updates.