aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@makker>2010-03-24 17:12:53 +0000
committerWilmer van der Gaast <wilmer@makker>2010-03-24 17:12:53 +0000
commitba7d16f3c90de2744243efe6373ccebe51cfcb5a (patch)
treea65a3ba8ecea7e8e9e803e3aa9e9959b4ba7ce47 /Makefile
parent1cc0df34f742f93f995b68210de3d1f2eac2b5ac (diff)
Now seems like a pretty good time to finally kill crypting.c and storage_text.
This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2007a11d..ef34f123 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@
-include Makefile.settings
# Program variables
-objects = account.o bitlbee.o chat.o crypting.o dcc.o help.o ipc.o irc.o irc_commands.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) user.o
-headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/ft.h protocols/nogaim.h
+objects = account.o bitlbee.o chat.o dcc.o help.o ipc.o irc.o irc_commands.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) user.o
+headers = account.h bitlbee.h commands.h conf.h config.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/ftutil.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/ft.h protocols/nogaim.h
subdirs = lib protocols
ifeq ($(TARGET),i586-mingw32msvc)
option> Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/samples/README
blob: 33c926d5cb411e091eade0124648b9267defa4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Sample scripts for Ruby-GetText-Package.

$ruby makemo.rb
$ruby sample_script.rb

hello.rb        - Basic sample
hello2.rb       - Basic sample2 (using printf)
hello_noop.rb   - N_ sample
hello_plural.rb - n_ sample
hello_gtk.rb     - Ruby/GTK2 sample
hello_tk.rb      - Ruby/TK sample
hello_glade2.rb  - Ruby/Glade2 sample

makemo.rb       - Create mo files from po files.

cgi/* - CGI/ERB sample (See cgi/README)