diff test/suite3/Makefile.generic @ 602:22e4e3f06797

tests: - removed stale test/sharedlib (which built a dll, but is unused now, dynload_plain prob used it but provides such libs itself, now) - sync'ed some embedded Makefiles w/ generic ones - suite3: fixed C++ flags
author Tassilo Philipp
date Wed, 21 Sep 2022 13:25:35 +0200
parents 3e629dc19168
children
line wrap: on
line diff
--- a/test/suite3/Makefile.generic	Wed Sep 21 10:54:29 2022 +0200
+++ b/test/suite3/Makefile.generic	Wed Sep 21 13:25:35 2022 +0200
@@ -2,7 +2,7 @@
 OBJS      = case.o main.o
 SRCTOP    = ${VPATH}/../..
 BLDTOP    = ../..
-CPPFLAGS += -I${SRCTOP}/dyncall
+CXXFLAGS += -I${SRCTOP}/dyncall
 LDLIBS   += -L${BLDTOP}/dyncall -ldyncall_s
 .PHONY: all clean install
 all: ${APP}