X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=Makefile;h=fd0cfb466c60966b2107ce43d571e7ba90daaf9a;hp=8fb3377939ef62dd49526e0f7773abef68e0666b;hb=5e0713e5967be038b1b0cc5f0ffbd0180e3f7099;hpb=6029825fe57b4a07ab4782b338d5c427c9e6af06 diff --git a/Makefile b/Makefile index 8fb3377..fd0cfb4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ else LIBGL := -lGL -lGLU LIBSDL := `sdl-config --libs` endif -LIBMY := -lpg +LIBMY := -lbear LIBS := ${LIBSDL} ${LIBGL} ${LIBMY} OPTFLAGS := -O2 @@ -97,10 +97,10 @@ LIBSTXT := $(addprefix ${DSTLIBSDIR},${LIBSTXT}) LIBSCPY := # := start ifeq (${BUILD},WIN32) LIBSCPY += SDL.dll - LIBSCPY += pg.dll + LIBSCPY += bear.dll else LIBSCPY += libSDL-1.2.so.0 - LIBSCPY += libpg.so.0 + LIBSCPY += libbear.so.0 endif LIBSCPY := $(addprefix ${DSTLIBSDIR},${LIBSCPY})