paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/physfs/platform Makefile.am,1.1.1.1.6.5,1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/physfs/platform Makefile.am,1.1.1.1.6.5,1.1.1.1.6.6 beos.cpp,1.1.2.3,1.1.2.4 unix.c,1.1.1.1.6.3,1.1.1.1.6.4 win32.c,1.1.1.1.6.10,1.1.1.1.6.11
Date: Thu, 11 Jul 2002 04:59:31 -0400

Update of /cvsroot/paragui/paragui/src/physfs/platform
In directory subversions:/tmp/cvs-serv32618/src/physfs/platform

Modified Files:
      Tag: devel-1-0
        Makefile.am beos.cpp unix.c win32.c 
Log Message:
removed acconfig.h from the distribution
other physfs sync cycle



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/Makefile.am,v
retrieving revision 1.1.1.1.6.5
retrieving revision 1.1.1.1.6.6
diff -C2 -r1.1.1.1.6.5 -r1.1.1.1.6.6
*** Makefile.am 10 Jul 2002 08:14:20 -0000      1.1.1.1.6.5
--- Makefile.am 11 Jul 2002 08:59:29 -0000      1.1.1.1.6.6
***************
*** 6,13 ****
  libplatform_la_SOURCES =      \
        posix.c                 \
!       beos.cpp
  else
  libplatform_la_SOURCES =      \
        unix.c                  \
        posix.c
  endif
--- 6,14 ----
  libplatform_la_SOURCES =      \
        posix.c                 \
!     beos.cpp
  else
  libplatform_la_SOURCES =      \
        unix.c                  \
+       win32.c                 \
        posix.c
  endif
***************
*** 18,21 ****
        macclassic.c  \
        win32.c       \
!       beos.cpp
  
--- 19,23 ----
        macclassic.c  \
        win32.c       \
!       unix.c        \
!     beos.cpp
  

Index: beos.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/beos.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** beos.cpp    24 Jun 2002 12:14:30 -0000      1.1.2.3
--- beos.cpp    11 Jul 2002 08:59:29 -0000      1.1.2.4
***************
*** 36,40 ****
  const char *__PHYSFS_platformDirSeparator = "/";
  
- /* !!! FIXME: does strerror() work for non-POSIX api calls? */
  #define get_error_str(x) strerror(x)
  
--- 36,39 ----

Index: unix.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/unix.c,v
retrieving revision 1.1.1.1.6.3
retrieving revision 1.1.1.1.6.4
diff -C2 -r1.1.1.1.6.3 -r1.1.1.1.6.4
*** unix.c      1 Jul 2002 17:15:22 -0000       1.1.1.1.6.3
--- unix.c      11 Jul 2002 08:59:29 -0000      1.1.1.1.6.4
***************
*** 11,19 ****
  #endif
  
! #if (!defined __BEOS__) /* BeOS uses beos.cpp and posix.c ... */
! 
! #if (defined WIN32) /* cygwin/mingw32? */
! #include "win32.c"  /* !!! FIXME: holy friggin' hack. */
! #else
  
  #if ((defined __APPLE__) && (defined __MACH__))
--- 11,16 ----
  #endif
  
! /* BeOS uses beos.cpp and posix.c ... Cygwin and such use win32.c ... */
! #if ((!defined __BEOS__) && (!defined WIN32))
  
  #if ((defined __APPLE__) && (defined __MACH__))
***************
*** 307,313 ****
  } /* __PHYSFS_platformReleaseMutex */
  
! #endif /* win32 check. */
! 
! #endif /* !defined __BEOS__ */
  
  /* end of unix.c ... */
--- 304,308 ----
  } /* __PHYSFS_platformReleaseMutex */
  
! #endif /* !defined __BEOS__ && !defined WIN32 */
  
  /* end of unix.c ... */

Index: win32.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/platform/win32.c,v
retrieving revision 1.1.1.1.6.10
retrieving revision 1.1.1.1.6.11
diff -C2 -r1.1.1.1.6.10 -r1.1.1.1.6.11
*** win32.c     1 Jul 2002 17:15:22 -0000       1.1.1.1.6.10
--- win32.c     11 Jul 2002 08:59:29 -0000      1.1.1.1.6.11
***************
*** 11,14 ****
--- 11,16 ----
  #endif
  
+ #ifdef WIN32
+ 
  #include <windows.h>
  #include <stdio.h>
***************
*** 1083,1086 ****
--- 1085,1090 ----
      return(retval);
  } /* __PHYSFS_platformGetLastModTime */
+ 
+ #endif
  
  /* end of win32.c ... */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]