diff options
author | notaz | 2013-02-06 03:55:22 +0200 |
---|---|---|
committer | notaz | 2013-02-06 03:55:22 +0200 |
commit | e83c4fdcf2b4578bfd7196c89e55b01aebd4da04 (patch) | |
tree | 8657f9f1b43d7bf6240f06403e5f5b2bb865009d /plugins/gpu-gles | |
parent | 418caf437ed1af2880b013462b603e1ca1f28fb5 (diff) | |
download | pcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.tar.gz pcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.tar.bz2 pcsx_rearmed-e83c4fdcf2b4578bfd7196c89e55b01aebd4da04.zip |
disable standalone pluign builds
these were for testing mostly, not for general use.
Also fix a typo along the way.
Diffstat (limited to 'plugins/gpu-gles')
-rw-r--r-- | plugins/gpu-gles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 769a68b..e914764 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -16,6 +16,6 @@ CFLAGS += $(CFLAGS_GLES) LDLIBS += $(LDLIBS_GLES)
endif
-BIN_STANDLALONE = gpuGLES.so
+#BIN_STANDALONE = gpuGLES.so
BIN_GPULIB = gpu_gles.so
include ../gpulib/gpulib.mak
|