mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
particle makefile filepath update
This commit is contained in:
parent
b753f19949
commit
dc6ccd8b73
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ MP = #-mp -DPARTICLE_MP
|
||||||
#LNO =-LNO:opt=1:fusion=2:fission=2:fusion_peeling_limit=2048:cs1=32K:cs2=8M
|
#LNO =-LNO:opt=1:fusion=2:fission=2:fusion_peeling_limit=2048:cs1=32K:cs2=8M
|
||||||
COPT = $(MP) -O3 $(LNO) -fPIC
|
COPT = $(MP) -O3 $(LNO) -fPIC
|
||||||
|
|
||||||
CFLAGS = $(COPT) $(COMPFLAGS) -I. -I.. -I$(GLUT_HOME)/include -I/usr/include/c++/4.8/ -I../common -I../public -I../pm_shared -I../engine
|
CFLAGS = $(COPT) $(COMPFLAGS) -I. -I.. -I$(GLUT_HOME)/include -I/usr/include/c++/7/ -I../common -I../public -I../pm_shared -I../engine
|
||||||
|
|
||||||
POBJS =action_api.o actions.o HLRender.o opengl.o system.o
|
POBJS =action_api.o actions.o HLRender.o opengl.o system.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue