summary refs log tree commit diff stats
path: root/plugins/dns
AgeCommit message (Expand)Author
2012-10-24A lot more rebrandingBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-03Complete the VS2010 reversionBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-022012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add .user files and .gitignoreBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10Add all plugins to solution except WMPABerke Viktor
2012-01-20add DNS pluginBerke Viktor
2010-09-20remove dns plugin sources, it's not being built anywayberkeviktor@aol.com
2010-06-02make plugin messages consistent with perl and tcl interface messagesberkeviktor@aol.com
2010-05-29add notification messages for DNS pluginberkeviktor@aol.com
2010-04-02move additions to own repo, so that patch contains only modificationsberkeviktor@aol.com
llbacks.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_init >> xtray.def echo xchat_plugin_deinit >> xtray.def .cpp.obj: $(CC) $(CPPFLAGS) /I.. /c $< res: rc /nologo resource.rc $(TARGET): $(TRAY_OBJECTS) xtray.def res $(LINK) /DLL /out:$(TARGET) $(LDFLAGS) $(TRAY_OBJECTS) ntstc_msvcrt.lib $(LIBS) /def:xtray.def resource.res clean: del $(TARGET) del *.obj del xtray.def del resource.res del *.lib del *.exp