summaryrefslogtreecommitdiff
path: root/protocols/AimOscar
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 /protocols/AimOscar
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 'protocols/AimOscar')
-rw-r--r--protocols/AimOscar/Makefile126
-rw-r--r--protocols/AimOscar/aim.dev267
2 files changed, 0 insertions, 393 deletions
diff --git a/protocols/AimOscar/Makefile b/protocols/AimOscar/Makefile
deleted file mode 100644
index 922a27e6e1..0000000000
--- a/protocols/AimOscar/Makefile
+++ /dev/null
@@ -1,126 +0,0 @@
-####################################################################
-# AIM OSCAR Protocol Plugin
-# Makefile for Mingw
-####################################################################
-#
-# TARGETS:
-# all Compiles dll into debug directory (create dir first)
-# depend Generate dependancy file (Makefile.dep)
-# format Formats the source files using GNU Indent
-# clean Cleans object files
-#
-#
-# NOTES:
-# To use this makefile you need to download the latest Mingw from
-# http://mingw.org/. I have only tested on MinGW Version 2.0.0
-# (using the latest package updates). Older versions make work as
-# well. You also need to checkout the SDK module alongside this
-# module. You will need a copy of rm.exe for the 'make clean' to
-# work (http://unxutils.sourceforge.net/). Make sure you create a
-# 'Bin\debug\plugins' directory or 'Bin\release\plugins' in the parent
-# directory of this cvs module or the compile will fail. To format
-# the code (format target) you will need GNU Indent from:
-# http://gnuwin32.sourceforge.net/. Indent.exe will need to be in
-# the path or in the same directory as the source.
-####################################################################
-SRC =\
- snac.cpp \
- flap.cpp \
- conv.cpp \
- aim.cpp \
- chat.cpp \
- connection.cpp \
- packets.cpp \
- services.cpp \
- thread.cpp \
- theme.cpp \
- utility.cpp \
- popup.cpp \
- proxy.cpp \
- direct_connect.cpp \
- file.cpp \
- ui.cpp \
- links.cpp \
- server.cpp \
- client.cpp \
- error.cpp \
- tlv.cpp \
- proto.cpp \
- away.cpp \
- avatars.cpp
-
-OBJ = $(SRC:.cpp=.o)
-RES = aim.res version.res
-HDR = defines.h \
- tlv.h \
- snac.h \
- flap.h \
- aim.h \
- chat.h \
- client.h \
- connection.h \
- packets.h \
- services.h \
- client.h \
- server.h \
- thread.h \
- theme .h \
- utility.h \
- popup.h \
- proxy.h \
- direct_connect.ch \
- file.h \
- resource.h \
- ui.h \
- m_cluiframes.h \
- links.h \
- error.h \
- conv.h \
- proto.h \
- avatars.h
-
-LIB = -lgdi32 -lComdlg32 -lwsock32 -lstdc++
-CC = gcc
-RC = windres
-RM = rm
-ID = indent
-
-# Install location
-ifdef DEBUG
-BIN = ../../bin/debug/plugins/Aim.dll
-else
-BIN = ../../bin/release/plugins/Aim.dll
-endif
-
-# Defines
-DEFINES = -DWIN32 -D__SEH_NOOP -DUNICODE
-ifdef DEBUG
-DEFINES := $(DEFINES) -D_DEBUG
-endif
-
-# Flags
-RCFLAGS = -O coff
-ifdef DEBUG
-CFLAGS = -g -g3 $(DEFINES) -I../../include
-LFLAGS = -shared
-else
-CFLAGS = -O1 $(DEFINES) -I../../include
-LFLAGS = -shared -s
-endif
-
-CPPFLAGS = $(CFLAGS)
-
-# Targets
-all : $(OBJ) $(RES)
- $(CC) $(LFLAGS) -o $(BIN) $(OBJ) $(RES) $(LIB) -Wl
-
-%.res : %.rc resource.h Makefile
- $(RC) $(RCFLAGS) $< $@
-
-depend :
- $(CC) -MM $(CFLAGS) $(SRC)>Makefile.dep
-
-clean :
- $(RM) -fr $(OBJ) $(RES) *.ncb *.suo *.aps Release Debug *.vcproj.* *.opt *.dat *.plg Ankh.Load
-
--include Makefile.dep
diff --git a/protocols/AimOscar/aim.dev b/protocols/AimOscar/aim.dev
deleted file mode 100644
index 9f1f7a0bdc..0000000000
--- a/protocols/AimOscar/aim.dev
+++ /dev/null
@@ -1,267 +0,0 @@
-[Project]
-FileName=aim.dev
-Name=AimOSCAR
-UnitCount=22
-Type=3
-Ver=1
-ObjFiles=
-Includes=
-Libs=
-PrivateResource=aim_private.rc
-ResourceIncludes=
-MakeIncludes=
-Compiler=
-CppCompiler=
-Linker=
-IsCpp=1
-Icon=
-ExeOutput=..\..\bin\debug\plugins
-ObjectOutput=
-OverrideOutput=1
-OverrideOutputName=Aim.dll
-HostApplication=C:\Copy of miranda\bin\debug\miranda32.exe
-Folders=Header,Resource,Source
-CommandLine=
-UseCustomMakefile=1
-CustomMakefile=Makefile
-IncludeVersionInfo=0
-SupportXPThemes=0
-CompilerSet=0
-CompilerSettings=0000001000001101000000
-
-[Unit1]
-FileName=utility.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit2]
-FileName=commands.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit3]
-FileName=connection.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit4]
-FileName=md5.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit5]
-FileName=packets.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit6]
-FileName=services.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit7]
-FileName=snac.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit8]
-FileName=thread.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit9]
-FileName=aim.cpp
-CompileCpp=1
-Folder=Source
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit10]
-FileName=aim.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit11]
-FileName=commands.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit12]
-FileName=connection.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit13]
-FileName=defines.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit14]
-FileName=md5.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit15]
-FileName=packets.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit16]
-FileName=services.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit17]
-FileName=snac.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit18]
-FileName=thread.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit19]
-FileName=utility.h
-CompileCpp=1
-Folder=Header
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit20]
-FileName=resource.h
-CompileCpp=1
-Folder=Resource
-Compile=1
-Link=1
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit21]
-FileName=aim.rc
-Folder=Resource
-Compile=1
-Link=0
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[Unit22]
-FileName=Makefile
-Folder=AimOSCAR
-Compile=0
-Link=0
-Priority=1000
-OverrideBuildCmd=0
-BuildCmd=
-
-[VersionInfo]
-Major=0
-Minor=1
-Release=1
-Build=1
-LanguageID=1033
-CharsetID=1252
-CompanyName=
-FileVersion=
-FileDescription=Developed using the Dev-C++ IDE
-InternalName=
-LegalCopyright=
-LegalTrademarks=
-OriginalFilename=
-ProductName=
-ProductVersion=
-AutoIncBuildNr=0
-