Skip to content

Commit

Permalink
build: move OBJEXT above `include source.mak'
Browse files Browse the repository at this point in the history
This is not mandatory, but for readability.
  • Loading branch information
hirooih committed Jul 18, 2021
1 parent 7f22520 commit 779ec19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk_mingw.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Makefile for Universal Ctags under Win32 with MinGW compiler

OBJEXT = o
include source.mak

GNULIB_HEADS = gnulib/regex.h
Expand All @@ -14,7 +15,6 @@ CC = gcc
WINDRES = windres
OPTLIB2C = ./misc/optlib2c
PACKCC = ./packcc.exe
OBJEXT = o
RES_OBJ = win32/ctags.res.o
EXTRA_OBJS =
EXTRA_OBJS += $(GNULIB_OBJS)
Expand Down
2 changes: 1 addition & 1 deletion mk_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# 3. Execute: nmake -f mk_mvc.mak
#

OBJEXT = obj
include source.mak

GNULIB_HEADS = gnulib/regex.h
GNULIB_SRCS = gnulib/regex.c gnulib/nl_langinfo.c gnulib/setlocale_null.c gnulib/malloc/dynarray_resize.c

OBJEXT = obj
COMMON_DEFINES =
DEFINES = -DWIN32 $(COMMON_DEFINES) -DHAVE_REPOINFO_H -DHAVE_PACKCC -DREADTAGS_DSL
INCLUDES = -I. -Ignulib -Imain -Ifnmatch -Iparsers -Ilibreadtags -Idsl
Expand Down

0 comments on commit 779ec19

Please sign in to comment.