separate the C compiler flags and C++ compiler flags where needed

This commit is contained in:
nhmall
2021-02-05 09:45:03 -05:00
parent f8785792bd
commit 769b8877fc
5 changed files with 24 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ SYSCFLAGS=-DLUA_USE_POSIX
LINK=g++
CXX=g++ -std=gnu++11
QTCXXFLAGS = $(CFLAGS)
CCXXFLAGS = $(CFLAGS)
WINSRC = $(WINQTSRC)
WINOBJ = $(WINQTOBJ)