Skip to content
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
merged 7 commits into from
Jan 12, 2016

Conversation

k-takata
Copy link
Member

@k-takata k-takata commented Jan 8, 2016

This PR includes several fixes about win32 makefiles and document updates.

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.
@masatake
Copy link
Member

LGTM, though I don't know windows well.

k-takata added a commit that referenced this pull request Jan 12, 2016
@k-takata k-takata merged commit e8c1b45 into universal-ctags:master Jan 12, 2016
@k-takata k-takata deleted the refine-win32-makefiles branch January 12, 2016 17:36
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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@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 <matt.mrowiec@gmail.com> (@Haggus)
Co-authored-by: Masatake YAMATO <yamato@redhat.com> (@masatake)
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.

None yet

2 participants