From e83c4fdcf2b4578bfd7196c89e55b01aebd4da04 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 6 Feb 2013 03:55:22 +0200 Subject: disable standalone pluign builds these were for testing mostly, not for general use. Also fix a typo along the way. --- plugins/gpulib/gpulib.mak | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/gpulib') diff --git a/plugins/gpulib/gpulib.mak b/plugins/gpulib/gpulib.mak index ad6a8ad..035983c 100644 --- a/plugins/gpulib/gpulib.mak +++ b/plugins/gpulib/gpulib.mak @@ -16,8 +16,8 @@ endif GPULIB_A = ../gpulib/gpulib$(EXT).a -ifdef BIN_STANDLALONE -TARGETS += $(BIN_STANDLALONE) +ifdef BIN_STANDALONE +TARGETS += $(BIN_STANDALONE) endif ifdef BIN_GPULIB TARGETS += $(BIN_GPULIB) @@ -30,11 +30,11 @@ PLUGINDIR = $(shell basename $(WD)) all: ../../config.mak $(TARGETS) -ifdef BIN_STANDLALONE +ifdef BIN_STANDALONE ifneq ($(findstring .cpp,$(SRC_STANDALONE)),) CC_STANDLALONE = $(CXX) endif -$(BIN_STANDLALONE): $(SRC) $(SRC_STANDALONE) $(GPULIB_A) +$(BIN_STANDALONE): $(SRC) $(SRC_STANDALONE) $(GPULIB_A) $(CC_STANDLALONE) -o $@ $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) $(LDLIBS_STANDALONE) ln -fs $(PLUGINDIR)/$@ ../ endif -- cgit v1.2.3