summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otr/Makefile.win46
-rw-r--r--otr/libotr.def5
-rw-r--r--otr/otr.layout87
-rw-r--r--otr/otr.mdsp9
4 files changed, 4 insertions, 143 deletions
diff --git a/otr/Makefile.win b/otr/Makefile.win
deleted file mode 100644
index c40937a..0000000
--- a/otr/Makefile.win
+++ /dev/null
@@ -1,46 +0,0 @@
-# Project: otr
-# Makefile created by Dev-C++ 4.9.9.2
-
-CPP = g++.exe
-CC = gcc.exe
-WINDRES = windres.exe
-RES = otr_private.res
-OBJ = dllmain.o options.o menu.o utils.o $(RES)
-LINKOBJ = dllmain.o options.o menu.o utils.o $(RES)
-LIBS = -L"lib" -L"C:/rcslib-2005.June/lib" -L"C:/wxWidgets-2.6.2/lib" -L"C:/SDL-1.2.9/src/.libs" -L"C:/msys/1.0/local/lib" -lcomctl32 -lotr -lgcrypt -lgpg-error -s -s
-INCS = -I"include" -I"C:/rcslib-2005.June/include" -I"C:/msys/1.0/local/include" -I"C:/msys/1.0/local/include/libotr"
-CXXINCS = -I"lib/gcc/mingw32/3.4.2/include" -I"include/c++/3.4.2/backward" -I"include/c++/3.4.2/mingw32" -I"include/c++/3.4.2" -I"include" -I"C:/rcslib-2005.June/include" -I"C:/wxWidgets-2.6.2/lib/wx/include/msw-ansi-release-2.6" -I"C:/wxWidgets-2.6.2/include" -I"C:/SDL-1.2.9/include" -I"C:/msys/1.0/local/include" -I"C:/msys/1.0/local/include/libotr"
-BIN = otr.dll
-CXXFLAGS = $(CXXINCS) -DBUILDING_DLL=1 -O3 -s -fexpensive-optimizations -O3
-CFLAGS = $(INCS) -DBUILDING_DLL=1 -fexpensive-optimizations -O3
-RM = rm -f
-
-.PHONY: all all-before all-after clean clean-custom
-
-all: all-before otr.dll all-after
-
-
-clean: clean-custom
- ${RM} $(OBJ) $(BIN)
-
-DLLWRAP=dllwrap.exe
-DEFFILE=libotr.def
-STATICLIB=libotr.a
-
-$(BIN): $(LINKOBJ)
- $(DLLWRAP) --output-def $(DEFFILE) --driver-name c++ --implib $(STATICLIB) $(LINKOBJ) $(LIBS) -o $(BIN)
-
-dllmain.o: dllmain.cpp
- $(CPP) -c dllmain.cpp -o dllmain.o $(CXXFLAGS)
-
-options.o: options.cpp
- $(CPP) -c options.cpp -o options.o $(CXXFLAGS)
-
-menu.o: menu.cpp
- $(CPP) -c menu.cpp -o menu.o $(CXXFLAGS)
-
-utils.o: utils.cpp
- $(CPP) -c utils.cpp -o utils.o $(CXXFLAGS)
-
-otr_private.res: otr_private.rc resource.rc
- $(WINDRES) -i otr_private.rc --input-format=rc -o otr_private.res -O coff
diff --git a/otr/libotr.def b/otr/libotr.def
deleted file mode 100644
index 74ac50a..0000000
--- a/otr/libotr.def
+++ /dev/null
@@ -1,5 +0,0 @@
-; c:\Dev-Cpp\Bin\dlltool --base-file C:\DOCUME~1\sje\LOCALS~1\Temp/cca03408.base --output-exp otr.exp --dllname otr.dll --output-def libotr.def --exclude-symbol=DllMainCRTStartup@12 --def C:\DOCUME~1\sje\LOCALS~1\Temp/cca03408.def --output-lib libotr.a
-EXPORTS
- MirandaPluginInfo @ 1
- Unload @ 2
- Load @ 3
diff --git a/otr/otr.layout b/otr/otr.layout
deleted file mode 100644
index 40a374f..0000000
--- a/otr/otr.layout
+++ /dev/null
@@ -1,87 +0,0 @@
-[Editor_0]
-CursorCol=69
-CursorRow=479
-TopLine=451
-LeftChar=1
-Open=1
-Top=1
-[Editor_1]
-CursorCol=19
-CursorRow=7
-TopLine=1
-LeftChar=1
-Open=0
-Top=0
-[Editor_2]
-CursorCol=8
-CursorRow=52
-TopLine=14
-LeftChar=1
-Open=1
-Top=0
-[Editor_3]
-CursorCol=11
-CursorRow=13
-TopLine=1
-LeftChar=1
-Open=1
-Top=0
-[Editor_4]
-CursorCol=4
-CursorRow=219
-TopLine=216
-LeftChar=1
-Open=1
-Top=0
-[Editor_5]
-CursorCol=54
-CursorRow=5
-TopLine=1
-LeftChar=1
-Open=0
-Top=0
-[Editor_6]
-CursorCol=27
-CursorRow=10
-TopLine=1
-LeftChar=1
-Open=0
-Top=0
-[Editors]
-Focused=0
-Order=2,10,9,3,4,0
-[Editor_7]
-Open=0
-Top=0
-CursorCol=1
-CursorRow=6
-TopLine=1
-LeftChar=1
-[Editor_8]
-Open=0
-Top=0
-CursorCol=1
-CursorRow=81
-TopLine=36
-LeftChar=1
-[Editor_9]
-Open=1
-Top=0
-CursorCol=25
-CursorRow=72
-TopLine=58
-LeftChar=1
-[Editor_10]
-Open=1
-Top=0
-CursorCol=1
-CursorRow=12
-TopLine=1
-LeftChar=1
-[Editor_11]
-Open=0
-Top=0
-CursorCol=18
-CursorRow=12
-TopLine=1
-LeftChar=1
diff --git a/otr/otr.mdsp b/otr/otr.mdsp
index f09edad..9ab2847 100644
--- a/otr/otr.mdsp
+++ b/otr/otr.mdsp
@@ -99,10 +99,9 @@ extraResourceOptions=
2=resource.rc
[Other]
[History]
-libotr\libotr\src\context.h,0
-common.h,263
-options.h,0
-..\..\include\m_message.h,1556
-..\MetaContacts\meta_main.c,6362
otr_private.h,149
+..\..\include\m_message.h,1556
+options.h,0
+common.h,263
+libotr\libotr\src\context.h,0
dllmain.cpp,35050