Skip to content

Commit

Permalink
Added IFLAGS_CONFIG to the IFLAGS used for C files and libs. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SLiV9 committed Nov 25, 2020
1 parent 0151351 commit 340d7fd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ IFLAGS_CONFIG ?=
#

IFLAGS_FULL = $(IFLAGS_ROOT) $(IFLAGS_CORE) $(IFLAGS_CONFIG) $(IFLAGS_LIB)
IFLAGS = $(IFLAGS_ROOT) $(IFLAGS_LIB)
IFLAGS = $(IFLAGS_ROOT) $(IFLAGS_CONFIG) $(IFLAGS_LIB)

ifeq ($(detected_OS),Windows)
IFLAGS_ROOT = -I .
Expand Down Expand Up @@ -649,10 +649,8 @@ printsizes = CPP CMON_PIC LGIC_PIC JSON_PIC LAST
steamlocalizer = CPP CORE AINT INTL LAST
termlocalizer = CPP CORE INTL LAST
libepicinium = CPP CMON_LIC LGIC_LIC JSON_PIC AINT_LIC LAST
libquickquack = CMON_PIC LGIC_PIC JSON_PIC AINT_PIC
libhungryhippo = CMON_PIC LGIC_PIC JSON_PIC AINT_PIC
libchargingcheetah = CMON_PIC LGIC_PIC JSON_PIC AINT_PIC
librampantrhino = CMON_PIC LGIC_PIC JSON_PIC AINT_PIC
$(foreach tool,$(TAILNAMES),\
$(eval $(tool) = CMON_PIC LGIC_PIC JSON_PIC AINT_PIC))
quicktest =

$(foreach name,$(NAMES),\
Expand Down

0 comments on commit 340d7fd

Please sign in to comment.