Changeset 13615 for trunk/Ohana/src
- Timestamp:
- Jun 4, 2007, 11:23:37 AM (19 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 added
- 4 edited
-
Makefile.Common (modified) (1 diff)
-
cmd.data/Makefile (modified) (1 diff)
-
cmd.data/dbconnect.c (added)
-
cmd.data/dbselect.c (added)
-
cmd.data/init.c (modified) (2 diffs)
-
include/data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/Makefile.Common
r12280 r13615 4 4 5 5 BASE_CFLAGS = $(CFLAGS) 6 BASE_CPPFLAGS = $(CPPFLAGS) -I$(INC) -I$(DESTINC) $(INCDIRS) -D$(ARCH) 6 BASE_CPPFLAGS = $(CPPFLAGS) -I$(INC) -I$(DESTINC) $(INCDIRS) -D$(ARCH) 7 7 BASE_LDFLAGS = $(LDFLAGS) -L$(LIB) -L$(DESTLIB) $(LIBDIRS) $(LIBFLAGS) 8 8 -
trunk/Ohana/src/opihi/cmd.data/Makefile
r12879 r13615 38 38 $(SRC)/dimendown.$(ARCH).o \ 39 39 $(SRC)/dimenup.$(ARCH).o \ 40 $(SRC)/dbconnect.$(ARCH).o \ 41 $(SRC)/dbselect.$(ARCH).o \ 40 42 $(SRC)/erase.$(ARCH).o \ 41 43 $(SRC)/extract.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r13479 r13615 18 18 int cut PROTO((int, char **)); 19 19 int datafile PROTO((int, char **)); 20 int dbconnect PROTO((int, char **)); 21 int dbselect PROTO((int, char **)); 20 22 int delete PROTO((int, char **)); 21 23 int device PROTO((int, char **)); … … 132 134 {"cut", cut, "extract a cut across an image"}, 133 135 {"datafile", datafile, "define file to read vectors"}, 136 {"dbconnect", dbconnect, "setup mysql db connection"}, 137 {"dbselect", dbselect, "extract vectors from mysql database table"}, 134 138 {"delete", delete, "delete vectors or matrices"}, 135 139 {"device", device, "set / get current graphics device"}, -
trunk/Ohana/src/opihi/include/data.h
r13479 r13615 165 165 166 166 int read_table_vectors (int argc, char **argv, char *extname); 167 168 void *db_getConnection (); 169 167 170 # endif 168 171
Note:
See TracChangeset
for help on using the changeset viewer.
