Posted by denis on Thu 2 Oct 17:56
report abuse | download | new post
- diff -uNr murrine-0.53.1.orig/win32/config.h murrine-0.53.1/win32/config.h
- --- murrine-0.53.1.orig/win32/config.h Thu Jan 1 01:00:00 1970
- +++ murrine-0.53.1/win32/config.h Tue Sep 30 22:33:43 2008
- -0,0 +1,64 @@
- +/* win32/config.h. Written by hand based on src/config.h.in :) */
- +
- +/* Defines whether to compile with animation support */
- +#define HAVE_ANIMATION
- +
- +/* Defines whether to compile with progressbar animation from right to left */
- +#undef HAVE_ANIMATIONTOLEFT
- +
- +/* Define to 1 if you have the <dlfcn.h> header file. */
- +#undef HAVE_DLFCN_H
- +
- +/* Define to 1 if you have the <inttypes.h> header file. */
- +#undef HAVE_INTTYPES_H
- +
- +/* Defines whether to compile with mac menubar patches */
- +#undef HAVE_MACMENU
- +
- +/* Define to 1 if you have the <memory.h> header file. */
- +#undef HAVE_MEMORY_H
- +
- +/* Define to 1 if you have the <stdint.h> header file. */
- +#undef HAVE_STDINT_H
- +
- +/* Define to 1 if you have the <stdlib.h> header file. */
- +#define HAVE_STDLIB_H
- +
- +/* Define to 1 if you have the <strings.h> header file. */
- +#define HAVE_STRINGS_H
- +
- +/* Define to 1 if you have the <string.h> header file. */
- +#define HAVE_STRING_H
- +
- +/* Define to 1 if you have the <sys/stat.h> header file. */
- +#undef HAVE_SYS_STAT_H
- +
- +/* Define to 1 if you have the <sys/types.h> header file. */
- +#undef HAVE_SYS_TYPES_H
- +
- +/* Define to 1 if you have the <unistd.h> header file. */
- +#undef HAVE_UNISTD_H
- +
- +/* Name of package */
- +#define PACKAGE "murrine"
- +
- +/* Define to the address where bug reports for this package should be sent. */
- +#define PACKAGE_BUGREPORT ""
- +
- +/* Define to the full name of this package. */
- +#define PACKAGE_NAME "murrine"
- +
- +/* Define to the full name and version of this package. */
- +#define PACKAGE_STRING "murrine 0.53.1"
- +
- +/* Define to the one symbol short name of this package. */
- +#undef PACKAGE_TARNAME
- +
- +/* Define to the version of this package. */
- +#define PACKAGE_VERSION "0.53.1"
- +
- +/* Define to 1 if you have the ANSI C header files. */
- +#undef STDC_HEADERS
- +
- +/* Version number of package */
- +#define VERSION "0.53.1"
- diff -uNr murrine-0.53.1.orig/win32/libmurrine.pro murrine-0.53.1/win32/libmurrine.pro
- --- murrine-0.53.1.orig/win32/libmurrine.pro Thu Jan 1 01:00:00 1970
- +++ murrine-0.53.1/win32/libmurrine.pro Tue Sep 30 22:34:30 2008
- -0,0 +1,22 @@
- +TEMPLATE = lib
- +CONFIG -= qt
- +
- +QMAKE_CFLAGS += $$system(pkg-config --cflags gtk+-2.0)
- +LIBS += $$system(pkg-config --libs gtk+-2.0)
- +
- +SOURCES = \
- + ../src/murrine_rc_style.c \
- + ../src/murrine_style.c \
- + ../src/murrine_theme_main.c \
- + ../src/support.c \
- + ../src/animation.c \
- + ../src/murrine_draw.c
- +
- +HEADERS = \
- + ../src/murrine_rc_style.h \
- + ../src/murrine_style.h \
- + ../src/animation.h \
- + ../src/support.h \
- + ../src/murrine_draw.h \
- + ../src/murrine_types.h \
- + ./config.h
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.