mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-14 07:55:24 +02:00
16 lines
661 B
Plaintext
16 lines
661 B
Plaintext
# ***************************************************************************
|
|
# PCRE_FLAGS.msvc (!INCLUDE ed by "makefile-dllmod.msvc")
|
|
# --------------------------------------------------------------------------
|
|
# (c) Copyright Roger Bowler, 2005-2007
|
|
# --------------------------------------------------------------------------
|
|
#
|
|
# Sets PCRE-related compiler/linker flags & #defines...
|
|
#
|
|
# ***************************************************************************
|
|
|
|
!IFDEF PCRE_DIR
|
|
LIBS = $(LIBS) "$(PCRE_LIBPATH1)"
|
|
LIBS = $(LIBS) "$(PCRE_LIBPATH2)"
|
|
cflags = $(cflags) /D HAVE_PCRE /I"$(PCRE_INCDIR)" /D PCRE_INCNAME=\"$(PCRE_INCNAME)\"
|
|
!ENDIF
|