From d472416d3e24ecc00083369d0a91c2ce1144f295 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 7 Jun 2012 11:59:59 +0000 Subject: removed not needed files git-svn-id: http://svn.miranda-ng.org/main/trunk@354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/MakefileIcons | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 plugins/Scriver/MakefileIcons (limited to 'plugins/Scriver/MakefileIcons') diff --git a/plugins/Scriver/MakefileIcons b/plugins/Scriver/MakefileIcons deleted file mode 100644 index 46cc621046..0000000000 --- a/plugins/Scriver/MakefileIcons +++ /dev/null @@ -1,41 +0,0 @@ -# Project: Scriver_icons - -CPP = g++.exe -CC = gcc.exe -WINDRES = windres.exe -RM = rm -UPX = upx -9 -q --compress-icons=0 -SRC = -RES = icons.res -OBJ = $(SRC:.c=.o) $(RES) -INCS = -I"../../include" -BIN = scriver_icons.dll -CFLAGS = $(INCS) -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall -CXXFLAGS = $(INCS) -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall -# -save-temps -LIBS = -lversion -lwsock32 -lole32 -lcomctl32 -luuid -loleaut32 -LFLAGS = -s -mdll -mwindows --add-stdcall-alias -#LFLAGS = -mdll -mwindows -Wl,-Map,ieview.map --no-export-all-symbols --add-stdcall-alias -g3 -RCFLAGS = -J rc -O coff -# --add-stdcall-alias -s --no-export-all-symbols - -.PHONY: all all-before all-after clean clean-custom - -all: all-before $(BIN) all-after -ifdef PACK - $(UPX) $(BIN) -endif - -clean: clean-custom - $(RM) -f $(OBJ) $(BIN) - -depend : - $(CPP) -MM $(CFLAGS) $(SRC)>Makefile.dep - -$(RES): $(RES:.res=.rc) resource.h - $(WINDRES) $(RCFLAGS) -i $(RES:.res=.rc) -o $(RES) - -$(BIN): $(OBJ) - $(CPP) $(CFLAGS) $(OBJ) $(LIBS) $(LFLAGS) -o $(BIN) -Wl - --include Makefile.dep -- cgit v1.2.3