Skip to content
Snippets Groups Projects
Commit 3e94daeb authored by slevy's avatar slevy
Browse files

Windows needs shmem.c too.

parent a58d91fd
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ LINK = link
LIBS = $(KIRA_LIB) $(SPICLOPS_LIB) $(FLTK_LIB) $(ELUMENS_LIB) $(GL_LIB) $(SYS_LIB)
APP_CSRCS = geometry.c partibrains.c mgtexture.c textures.c \
findfile.c sfont.c version.c \
findfile.c sfont.c version.c shmem.c \
winjunk.c \
plugins.c warp.c async.c
APP_CXXSRCS = partiview.cc partiviewc.cc partipanel.cc Gview.cc Hist.cc \
......@@ -36,7 +36,7 @@ APP_OBJS = partiview.obj partiviewc.obj partipanel.obj Gview.obj Hist.obj \
Plot.obj geometry.obj partibrains.obj \
mgtexture.obj textures.obj futil.obj findfile.obj sfont.obj \
sclock.obj notify.obj async.obj Fl_Log_Slider.obj \
version.obj winjunk.obj \
version.obj winjunk.obj shmem.obj \
plugins.obj warp.obj # parti_model.obj cat_model.obj cat_modelutil.obj
ELUMENS_OBJS = partiview_elumens.obj elumens.obj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment