Browse Source

Set PACKAGE_VERSION instead of VERSION in the win32 config.h file.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2908 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 years ago
parent
commit
a387e05b6e
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      win32/config.h

+ 1
- 2
win32/config.h View File

@@ -34,7 +34,7 @@
#define PACKAGE_NAME "libpipi"
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_VERSION "0.0"
/* #undef RETSIGTYPE */
#define STDC_HEADERS 1
/* #undef USE_SDL */
@@ -42,7 +42,6 @@
/* #undef USE_IMLIB2 */
#define USE_GDI 1
/* #undef USE_COCOA */
#define VERSION "0.0"
/* #undef const */
#ifndef __cplusplus
#define inline __inline


Loading…
Cancel
Save