summary refs log tree commit diff stats
path: root/src/version
AgeCommit message (Expand)Author
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2013-01-16Remove #include <malloc.h>, causes a #error in freebsd buildRichardHitt
2012-11-03Relocate version.txt, leave a copy in old place for a while for upgrades to workBerke Viktor
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-18Add missing includeBerke Viktor
2012-10-03Fix platform toolset for certain projects in legacy solutionBerke 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-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ...Berke Viktor
2012-07-20Fix file version infoBerke Viktor
2012-07-14remove a few more *.user filesxhmikosr
2012-07-13Remove the last remnants of XChat-WDKBerke Viktor
2012-07-13Fix installer script generationBerke Viktor
2012-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-06-10Migrate VS solution to VS2010+WDK7Berke Viktor
span>= $(PERL514OUTPUT) all: $(TARGET) perl.def: echo EXPORTS > perl.def echo xchat_plugin_init >> perl.def echo xchat_plugin_deinit >> perl.def echo xchat_plugin_get_info >> perl.def perl.obj: perl.c $(CC) $(CFLAGS) perl.c $(GLIB) /I$(PERL514PATH)\lib\CORE /I.. /DPERL_DLL=\"$(PERL514LIB).dll\" perl.c: xchat.pm.h xchat.pm.h: lib/Xchat.pm lib/IRC.pm perl.exe generate_header $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERL514LIB).lib /libpath:$(PERL514PATH)\lib\CORE /delayload:$(PERL514LIB).dll $(DIRENTLIB) delayimp.lib user32.lib shell32.lib advapi32.lib /def:perl.def clean: @del $(TARGET) @del *.obj @del perl.def @del *.lib @del *.exp