[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/src/physfs/test Makefile.am,1.2,1.3 test_phys
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/src/physfs/test Makefile.am,1.2,1.3 test_physfs.c,1.2,1.3 |
Date: |
Sun, 18 Aug 2002 04:12:55 -0400 |
Update of /cvsroot/paragui/paragui/src/physfs/test
In directory subversions:/tmp/cvs-serv12482/src/physfs/test
Modified Files:
Makefile.am test_physfs.c
Log Message:
synced with the devel-1-0-x tree.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/test/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 26 Jun 2002 08:30:11 -0000 1.2
--- Makefile.am 18 Aug 2002 08:12:53 -0000 1.3
***************
*** 1,5 ****
bin_PROGRAMS = test_physfs
! test_physfs_INCLUDES = -I$(top_srcdir)
test_physfs_LDADD = ../libphysfs.la
test_physfs_SOURCES = test_physfs.c
--- 1,10 ----
+ if BUILD_TEST_PHYSFS
+
bin_PROGRAMS = test_physfs
! INCLUDES = -I$(top_srcdir)
!
test_physfs_LDADD = ../libphysfs.la
test_physfs_SOURCES = test_physfs.c
+
+ endif
Index: test_physfs.c
===================================================================
RCS file: /cvsroot/paragui/paragui/src/physfs/test/test_physfs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_physfs.c 26 Jun 2002 08:30:11 -0000 1.2
--- test_physfs.c 18 Aug 2002 08:12:53 -0000 1.3
***************
*** 32,36 ****
#define TEST_VERSION_MAJOR 0
#define TEST_VERSION_MINOR 1
! #define TEST_VERSION_PATCH 6
static FILE *history_file = NULL;
--- 32,36 ----
#define TEST_VERSION_MAJOR 0
#define TEST_VERSION_MINOR 1
! #define TEST_VERSION_PATCH 7
static FILE *history_file = NULL;
***************
*** 627,630 ****
--- 627,631 ----
{ "removearchive", cmd_removearchive, 1, "<archiveLocation>" },
{ "enumerate", cmd_enumerate, 1, "<dirToEnumerate>" },
+ { "ls", cmd_enumerate, 1, "<dirToEnumerate>" },
{ "getlasterror", cmd_getlasterror, 0, NULL },
{ "getdirsep", cmd_getdirsep, 0, NULL },
***************
*** 829,833 ****
printf("\n");
! if (!PHYSFS_init("dummy"))
{
printf("PHYSFS_init() failed!\n reason: %s.\n",
PHYSFS_getLastError());
--- 830,834 ----
printf("\n");
! if (!PHYSFS_init(argv[0]))
{
printf("PHYSFS_init() failed!\n reason: %s.\n",
PHYSFS_getLastError());
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/src/physfs/test Makefile.am,1.2,1.3 test_physfs.c,1.2,1.3,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/src/draw gradient.cpp,1.3,1.4 rotozoom.cpp,1.3,1.4 stretch.cpp,1.3,1.4 surface.cpp,1.3,1.4
- Next by Date:
[paragui-cvs] CVS: paragui/src/physfs/extras Makefile.am,1.2,1.3
- Previous by thread:
[paragui-cvs] CVS: paragui/src/draw gradient.cpp,1.3,1.4 rotozoom.cpp,1.3,1.4 stretch.cpp,1.3,1.4 surface.cpp,1.3,1.4
- Next by thread:
[paragui-cvs] CVS: paragui/src/physfs/extras Makefile.am,1.2,1.3
- Index(es):