mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
looks like we had a long-term confusion for LFLAGS as a set of linker flags and as a set of flex flags. Renamed LFLAGS to FLEXFLAGS for flex input.
This commit is contained in:
parent
fe784c04f6
commit
a16238932a
@ -814,7 +814,7 @@ $[TAB] cp $[target_header_prebuilt] $[target_header]
|
||||
#if $[HAVE_BISON]
|
||||
#define source $[file]
|
||||
$[target] : $[file]
|
||||
$[TAB] $[FLEX] $[LFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[file]
|
||||
$[TAB] $[FLEX] $[FLEXFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[file]
|
||||
#define source lex.yy.c
|
||||
#define script /#include <unistd.h>/d
|
||||
$[TAB] $[SED]
|
||||
|
@ -815,7 +815,7 @@ $[TAB] copy /Y $[osfilename $[target_header_prebuilt]] $[osfilename $[target_hea
|
||||
#if $[HAVE_BISON]
|
||||
#define source $[file]
|
||||
$[osfilename $[target]] : $[osfilename $[file]]
|
||||
$[TAB] $[FLEX] $[LFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[osfilename $[file]]
|
||||
$[TAB] $[FLEX] $[FLEXFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[osfilename $[file]]
|
||||
#define source lex.yy.c
|
||||
#define script /#include <unistd.h>/d
|
||||
$[TAB] $[SED]
|
||||
|
@ -615,7 +615,7 @@ $[TAB] cp $[target_header_prebuilt] $[target_header]
|
||||
#if $[HAVE_BISON]
|
||||
#define source $[file]
|
||||
$[target] : $[file]
|
||||
$[TAB] $[FLEX] $[LFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[file]
|
||||
$[TAB] $[FLEX] $[FLEXFLAGS] $[if $[YACC_PREFIX],-P$[YACC_PREFIX]] -olex.yy.c $[file]
|
||||
#define source lex.yy.c
|
||||
#define script /#include <unistd.h>/d
|
||||
$[TAB] $[SED]
|
||||
|
@ -3,6 +3,7 @@
|
||||
#define OTHER_LIBS p3interrogatedb:c p3dconfig:c p3dtoolconfig:m \
|
||||
p3dtoolutil:c p3dtoolbase:c p3dtool:m p3prc:c
|
||||
#define YACC_PREFIX eggyy
|
||||
#define FLEXFLAGS -i
|
||||
#define USE_PACKAGES zlib
|
||||
|
||||
#begin lib_target
|
||||
|
@ -1,4 +1,5 @@
|
||||
#define YACC_PREFIX xyy
|
||||
#define FLEXFLAGS -i
|
||||
|
||||
#define USE_PACKAGES zlib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user