Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-12-06 | Always use 64-bit filesize and file offsets in DCinclude "..\..\src\makeinc.mak"
TARGET = xtray.dll
TRAY_OBJECTS = \
callbacks.obj \
sdAlerts.obj \
sdTray.obj \
utility.obj \
xchat.obj \
xtray.obj
CPPFLAGS = $(CPPFLAGS) /D_STL70_ /D_STATIC_CPPLIB /EHsc /DUNICODE /D_UNICODE
all: $(TRAY_OBJECTS) $(TARGET)
xtray.def:
echo EXPORTS > xtray.def
echo xchat_plugin_is/torxchat.git/commit/src/fe-gtk/dccgui.c?h=feature/tls-srp&id=bc651b0222a41edcbc40b6a26bdc8ecfe4a7f503'>Add extension filter for file dialogs, specify filters and starting folder ↵ | Berke Viktor | |
for loading plugins | |||
2012-07-12 | Some more rebranding | Berke Viktor | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |