summaryrefslogtreecommitdiff
path: root/plugins/Scriver
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-07 11:59:59 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-07 11:59:59 +0000
commitd472416d3e24ecc00083369d0a91c2ce1144f295 (patch)
treeef58fb0bd144f8dc508de6a26091298e3c72eeaa /plugins/Scriver
parentebd0e5dfd0f1e594dc2b7b5bd1429c57a91e41e6 (diff)
removed not needed files
git-svn-id: http://svn.miranda-ng.org/main/trunk@354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r--plugins/Scriver/Makefile41
-rw-r--r--plugins/Scriver/MakefileA41
-rw-r--r--plugins/Scriver/MakefileIcons41
-rw-r--r--plugins/Scriver/MakefileUbuntu41
4 files changed, 0 insertions, 164 deletions
diff --git a/plugins/Scriver/Makefile b/plugins/Scriver/Makefile
deleted file mode 100644
index ca620245b2..0000000000
--- a/plugins/Scriver/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Project: Scriver_u
-
-CPP = g++.exe
-CC = gcc.exe
-WINDRES = windres.exe
-RM = rm
-UPX = upx -9 -q --compress-icons=0
-SRC = cmdlist.c globals.c infobar.c input.c msgdialog.c msglog.c msgoptions.c msgs.c msgtimedout.c msgwindow.c richutil.c srmm.c sendqueue.c statusicon.c utils.c chat/clist.c chat/colorchooser.c chat/log.c chat/main.c chat/manager.c chat/message.c chat/options.c chat/services.c chat/tools.c chat/window.c
-RES = resource.res
-OBJ = $(SRC:.c=.o) $(RES)
-INCS = -I"../../include" -I"../../include/msapi"
-BIN = scriver.dll
-CFLAGS = $(INCS) -DNDEBUG -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-CXXFLAGS = $(INCS) -DNDEBUG -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-# -save-temps
-LIBS = -lshlwapi -lversion -lwsock32 -lole32 -lcomctl32 -luuid -loleaut32
-LFLAGS = -O -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 -DUNICODE
-# --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
diff --git a/plugins/Scriver/MakefileA b/plugins/Scriver/MakefileA
deleted file mode 100644
index 1aab253f0e..0000000000
--- a/plugins/Scriver/MakefileA
+++ /dev/null
@@ -1,41 +0,0 @@
-# Project: Scriver_a
-
-CPP = g++.exe
-CC = gcc.exe
-WINDRES = windres.exe
-RM = rm
-UPX = upx -9 -q --compress-icons=0
-SRC = cmdlist.c globals.c infobar.c input.c msgdialog.c msglog.c msgoptions.c msgs.c msgtimedout.c msgwindow.c richutil.c srmm.c sendqueue.c statusicon.c utils.c chat/clist.c chat/colorchooser.c chat/log.c chat/main.c chat/manager.c chat/message.c chat/options.c chat/services.c chat/tools.c chat/window.c
-RES = resource.res
-OBJ = $(SRC:.c=.o) $(RES)
-INCS = -I"../../include" -I"../../include/msapi"
-BIN = scriver.dll
-CFLAGS = $(INCS) -DBUILDING_DLL=1 -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-CXXFLAGS = $(INCS) -DBUILDING_DLL=1 -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-# -save-temps
-LIBS = -lshlwapi -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)>MakefileA.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 MakefileA.dep
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
diff --git a/plugins/Scriver/MakefileUbuntu b/plugins/Scriver/MakefileUbuntu
deleted file mode 100644
index 30a9ba2a24..0000000000
--- a/plugins/Scriver/MakefileUbuntu
+++ /dev/null
@@ -1,41 +0,0 @@
-# Project: Scriver_u
-
-CPP = i586-mingw32msvc-g++
-CC = i586-mingw32msvc-gcc
-WINDRES = i586-mingw32msvc-windres
-RM = rm
-UPX = upx -9 -q --compress-icons=0
-SRC = cmdlist.c globals.c infobar.c input.c msgdialog.c msglog.c msgoptions.c msgs.c msgtimedout.c msgwindow.c richutil.c srmm.c sendqueue.c statusicon.c utils.c chat/clist.c chat/colorchooser.c chat/log.c chat/main.c chat/manager.c chat/message.c chat/options.c chat/services.c chat/tools.c chat/window.c
-RES = resource.res
-OBJ = $(SRC:.c=.o) $(RES)
-INCS = -I"../../include" -I"../../include/msapi"
-BIN = scriver.dll
-CFLAGS = $(INCS) -DNDEBUG -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-CXXFLAGS = $(INCS) -DNDEBUG -DBUILDING_DLL=1 -DUNICODE -fexpensive-optimizations -O3 -Os -fno-exceptions -Wno-error -Wall
-# -save-temps
-LIBS = -lshlwapi -lversion -lwsock32 -lole32 -lcomctl32 -luuid -loleaut32
-LFLAGS = -O -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 -DUNICODE
-# --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