1 diff -rc paragui-1.1.8/configure.in paragui/configure.in
2 *** paragui-1.1.8/configure.in 2004-10-18 22:58:09.000000000 +0400
3 --- paragui/configure.in 2010-03-28 20:01:34.114403379 +0400
7 AC_SUBST(PARAGUI_VERSION)
10 + AC_LIBTOOL_WIN32_DLL
12 LT_RELEASE=$PARAGUI_MAJOR_VERSION.$PARAGUI_MINOR_VERSION
13 LT_CURRENT=`expr $PARAGUI_MICRO_VERSION - $PARAGUI_INTERFACE_AGE`
14 LT_REVISION=$PARAGUI_INTERFACE_AGE
20 - AC_LIBTOOL_WIN32_DLL
29 AC_DEFINE_UNQUOTED([SDLIMAGE_LIB], "$SDLimage_lib", [SDL_image shared library])
31 CFLAGS="$CFLAGS $FREETYPE_CFLAGS"
32 + LDFLAGS="-no-undefined"
42 # Grab all extra libs from SDL_CONFIG to build the static lib list.
43 # Unfortunately libs like jpeg and png will be missing still so we check
50 # Grab all extra libs from SDL_CONFIG to build the static lib list.
51 # Unfortunately libs like jpeg and png will be missing still so we check
53 diff -rc paragui-1.1.8/include/paragui.h paragui/include/paragui.h
54 *** paragui-1.1.8/include/paragui.h 2004-04-18 00:39:07.000000000 +0400
55 --- paragui/include/paragui.h 2010-03-28 20:01:02.788791242 +0400
58 #if defined(HAVE_HASH_MAP)
59 #define HASH_MAP_INC <hash_map>
60 #define MAP_INC <hash_map>
61 ! #define STL_MAP std::hash_map
62 #elif defined(HAVE_EXT_HASH_MAP)
63 #define HASH_MAP_INC <ext/hash_map>
64 #define MAP_INC <ext/hash_map>
66 #if defined(HAVE_HASH_MAP)
67 #define HASH_MAP_INC <hash_map>
68 #define MAP_INC <hash_map>
69 ! #define STL_MAP __gnu_cxx::hash_map
70 #elif defined(HAVE_EXT_HASH_MAP)
71 #define HASH_MAP_INC <ext/hash_map>
72 #define MAP_INC <ext/hash_map>
73 diff -rc paragui-1.1.8/src/core/pgfilearchive.cpp paragui/src/core/pgfilearchive.cpp
74 *** paragui-1.1.8/src/core/pgfilearchive.cpp 2004-03-13 16:45:44.000000000 +0300
75 --- paragui/src/core/pgfilearchive.cpp 2010-03-28 20:01:02.788791242 +0400
78 const char* sep = GetDirSeparator();
79 std::string::size_type pos = 0, incr;
80 newpath = new std::string(path);
81 ! incr = std::strlen(sep);
82 if(incr == 1 && sep[0] == '/')
86 const char* sep = GetDirSeparator();
87 std::string::size_type pos = 0, incr;
88 newpath = new std::string(path);
90 if(incr == 1 && sep[0] == '/')
93 diff -rc paragui-1.1.8/test/navtest.cpp paragui/test/navtest.cpp
94 *** paragui-1.1.8/test/navtest.cpp 2004-02-28 21:49:06.000000000 +0300
95 --- paragui/test/navtest.cpp 2010-03-28 20:01:45.318805660 +0400
99 switch(key->keysym.sym) {
110 ! dest = FindRight();
119 ! Action(PG_Widget::ACT_OK);
125 switch(key->keysym.sym) {
127 ! // dest = FindUp();
130 ! // dest = FindDown();
133 ! // dest = FindLeft();
136 ! // dest = FindRight();
139 ! // dest = GotoNext();
145 ! // Action(PG_Widget::ACT_OK);
174 ! // app.Add(&edit1);
176 ! // app.GotoFirst();