summary refs log tree commit diff stats
path: root/win32/copy
AgeCommit message (Collapse)Author
2012-10-26Fix doc URLs for Start Menu iconsBerke Viktor
2012-10-22Change readme icon and add changelog icon as wellBerke Viktor
2012-10-22Add README for people who still can't use GoogleBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-20Update bundled ISO 3166 codesBerke Viktor
2012-10-03Unified copy for xp solution tooBerke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Remove the last 2 remnants tooBerke Viktor
2012-10-02Update old xp copy project tooBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Move copy part to property sheet part 1Berke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-09-15Update solution to Visual Studio 2012 Express and get rid of mpcInfoBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ↵Berke Viktor
Studio happy
2012-07-14get rid of *.user files and ignore themxhmikosr
2012-07-13Rename DLL files, rename X-SASL to SASLBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-17Add XChat Theme Manager (TingPing)Patrick Griffs
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 projects for making the installerBerke Viktor
lass="w"> -I$(GTK_DIR)/include/glib-2.0 \ -I$(GTK_DIR)/lib/glib-2.0/include \ -I$(GTK_DIR)/include \ -I$(GTK_DIR)/include/gdk-pixbuf-2.0 GTK_LDFLAGS=/libpath:$(GTK_DIR)/lib GTK_LIBS= \ gtk-win32-2.0.lib \ gdk-win32-2.0.lib \ atk-1.0.lib \ gdk_pixbuf-2.0.lib \ pangowin32-1.0.lib \ pango-1.0.lib \ gobject-2.0.lib \ gmodule-2.0.lib \ glib-2.0.lib \ cairo.lib ## # WIN32 # WIN32_LIBS = \ gdi32.lib \ user32.lib WIN32_CFLAGS=-I"$(SDK_DIR)\gtk-2.0" -I"$(SDK_DIR)\cairo" -I"$(SDK_DIR)\glib-2.0" -DBUILDING_STANDALONE WIN32_LDFLAGS=/DLL /SUBSYSTEM:WINDOWS ## # Target # LIBS=$(GTK_LIBS) $(WIN32_LIBS) CFLAGS=$(WIN32_CFLAGS) $(GTK_CFLAGS) LDFLAGS= $(WIN32_LDFLAGS) $(GTK_LDFLAGS) all: $(TARGET) $(TARGET): $(OBJS) link $(LDFLAGS) $(LIBS) /OUT:$@ $(OBJS) install: $(TARGET) copy $(TARGET) "$(INSTALL_DIR)" clean: del *.obj *.dll *.exp *.lib