#712 add TRICK_CPFLAGS to trick-gte output

This commit is contained in:
Scott Fennell 2018-12-03 09:49:46 -06:00
parent ca99386026
commit 6d5ce8d7bb

View File

@ -81,6 +81,7 @@ sub gte (@) {
$def{"TRICK_CONVERT_SWIG_FLAGS"} = "" ;
$def{"TRICK_CFLAGS"} = "" ;
$def{"TRICK_CXXFLAGS"} = "" ;
$def{"TRICK_CPFLAGS"} = "" ;
$def{"TRICK_CPPC"} = "c++" ;
$def{"TRICK_DEBUG"} = "0" ;
$def{"TRICK_EDITOR"} = "" ;