From e8f04805fd11ec5a55a1e276974902e76a0ee508 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 7 Oct 2008 23:27:41 +0000 Subject: [PATCH] Renamed msvc into win32. --- Makefile.am | 2 +- caca/libcaca.vcproj | 8 ++++---- configure.ac | 2 +- cxx/libcaca++.vcproj | 6 +++--- cxx/test-cxx.vcproj | 4 ++-- src/cacademo.vcproj | 6 +++--- src/cacafire.vcproj | 6 +++--- src/cacaview.vcproj | 6 +++--- {msvc => win32}/Makefile.am | 0 {msvc => win32}/caca_types.h | 0 {msvc => win32}/config.h | 8 +++----- 11 files changed, 23 insertions(+), 25 deletions(-) rename {msvc => win32}/Makefile.am (100%) rename {msvc => win32}/caca_types.h (100%) rename {msvc => win32}/config.h (91%) diff --git a/Makefile.am b/Makefile.am index 4bf9298..7102523 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # $Id$ SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc -DIST_SUBDIRS = $(SUBDIRS) msvc +DIST_SUBDIRS = $(SUBDIRS) win32 EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec AUTOMAKE_OPTIONS = dist-bzip2 diff --git a/caca/libcaca.vcproj b/caca/libcaca.vcproj index ad2b210..c39be23 100644 --- a/caca/libcaca.vcproj +++ b/caca/libcaca.vcproj @@ -38,7 +38,7 @@ diff --git a/configure.ac b/configure.ac index f8533fc..3bba0f6 100644 --- a/configure.ac +++ b/configure.ac @@ -494,7 +494,7 @@ AC_CONFIG_FILES([ python/Makefile ruby/Makefile doc/Makefile - msvc/Makefile + win32/Makefile ]) AC_CONFIG_FILES([ caca/caca_types.h diff --git a/cxx/libcaca++.vcproj b/cxx/libcaca++.vcproj index 087b515..9261de6 100644 --- a/cxx/libcaca++.vcproj +++ b/cxx/libcaca++.vcproj @@ -38,7 +38,7 @@ diff --git a/cxx/test-cxx.vcproj b/cxx/test-cxx.vcproj index f0e132e..5aae326 100755 --- a/cxx/test-cxx.vcproj +++ b/cxx/test-cxx.vcproj @@ -40,7 +40,7 @@ diff --git a/src/cacafire.vcproj b/src/cacafire.vcproj index 42c2734..1b6a6b0 100644 --- a/src/cacafire.vcproj +++ b/src/cacafire.vcproj @@ -40,7 +40,7 @@ diff --git a/src/cacaview.vcproj b/src/cacaview.vcproj index 1ef85b2..c9c0880 100644 --- a/src/cacaview.vcproj +++ b/src/cacaview.vcproj @@ -40,7 +40,7 @@ diff --git a/msvc/Makefile.am b/win32/Makefile.am similarity index 100% rename from msvc/Makefile.am rename to win32/Makefile.am diff --git a/msvc/caca_types.h b/win32/caca_types.h similarity index 100% rename from msvc/caca_types.h rename to win32/caca_types.h diff --git a/msvc/config.h b/win32/config.h similarity index 91% rename from msvc/config.h rename to win32/config.h index c6799fc..34d89fc 100644 --- a/msvc/config.h +++ b/win32/config.h @@ -36,12 +36,11 @@ #define HAVE_WINDOWS_H 1 /* #undef HAVE_X11_XKBLIB_H */ /* #undef NO_MINUS_C_MINUS_O */ -#define PACKAGE "libcaca" #define PACKAGE_BUGREPORT "" -#define PACKAGE_NAME "" +#define PACKAGE_NAME "libcaca" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" -#define PACKAGE_VERSION "" +#define PACKAGE_VERSION "0.99.beta15" /* #undef RETSIGTYPE */ /* #undef SCREENUPDATE_IN_PC_H */ #define STDC_HEADERS 1 @@ -50,10 +49,9 @@ /* #undef USE_SLANG */ #define USE_WIN32 1 /* #undef USE_X11 */ -#define VERSION "0.99.beta14" /* #undef const */ #ifndef __cplusplus #define inline __inline #endif #define strcasecmp stricmp -#define snprintf _snprintf \ No newline at end of file +#define snprintf _snprintf