How do I properly include external headers in m Makefile using mingw32-make?

前端 未结 0 1497
無奈伤痛
無奈伤痛 2020-12-10 20:51

Two years ago I used to work with this Makefile:

CXXFLAGS = -Ic:/Program\\ Files/JACK2/includes -Wall -std=c++1z
LDFLAGS= -Lc:/Program\\ Files/JACK2/lib -llib         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题