diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-16 07:03:18 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-16 07:03:18 +0000 |
| commit | bdaffda275f3ae92860a7ab0c23ad5574fac665e (patch) | |
| tree | aac7824ab4e980ba888c4f38400b40a70bed38a9 /plugins/dfOpenGL/oldMakefile | |
| parent | 447f8fae234c8a99f1cba5cfd20bff2a0df0895b (diff) | |
| download | pcsxr-bdaffda275f3ae92860a7ab0c23ad5574fac665e.tar.gz | |
removed dfOpenGL, peopsxgl is now only built with --enable-opengl specified
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfOpenGL/oldMakefile')
| -rw-r--r-- | plugins/dfOpenGL/oldMakefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/dfOpenGL/oldMakefile b/plugins/dfOpenGL/oldMakefile deleted file mode 100644 index 6fb3557b..00000000 --- a/plugins/dfOpenGL/oldMakefile +++ /dev/null @@ -1,32 +0,0 @@ -CC = gcc -LD = gcc - -PLUGIN = libdfOpenGL.so -OBJECTS = GPU.o primitive_drawing.o fps.o gllog.o -#CFLAGS += `gtk-config --cflags` -CFLAGS = -g -O0 -Wall -fPIC -#CFGLIBS += `gtk-config --libs` -LIBS += -L/usr/lib -lXxf86vm -lGL -lm - -%.o : %.c - $(CC) $(CFLAGS) -c $< - -all: $(OBJECTS) - $(LD) -fPIC $(OBJECTS) -g -shared -o $(PLUGIN) $(LIBS) - -#cfg: ${CFGOBJS} -# $(LD) $(CFGOBJS) -g -o $(CFG) $(CFGLIBS) - -release: all - strip $(PLUGIN) -# strip $(CFG) -# cp $(PLUGIN).$(NUMBER) ../$(PLUGIN).$(NUMBER) -# cp $(CFG) ../$(CFG) - -clean: - rm -f *.o *.a *.so $(CFG) - - -# Dependencies - - |
