Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Use a single marshal file for entire project | TingPing | |
2014-01-30 | osx: generate plist file | TingPing | |
2014-01-20 | Translate appdata file | TingPing | |
2014-01-20 | Don't store the potfile in git | TingPing | |
2014-01-14 | Add gtk-mac-bundler files | TingPing | |
2014-01-13 | Build system improvements | TingPing | |
- Use AM_GLIB_GNU_GLIB and IT_PROG_INTLTOOL - Use gnome-autogen.sh - Move language list to own file - Delete generated config.rpath file | |||
2013-10-12 | win32: Use version information from configure.ac to populate the ↵ | Arnavion | |
Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss
This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace thememan
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new HTM());
}
}
}
|