Changeset 4147
- Timestamp:
- Jun 7, 2005, 5:38:37 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 3 added
- 4 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/code.tt (modified) (1 diff)
-
templates/psdb/popobject.tt (added)
-
templates/psdb/popobject_at.tt (added)
-
templates/psdb/popobject_c.tt (added)
-
templates/psdb/tests_makefile_am.tt (modified) (1 diff)
-
templates/psdb/testsuite_at.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r4011 r4147 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.1 5 2005-05-21 00:37:43jhoblitt Exp $5 # $Id: glueforge.in,v 1.16 2005-06-08 03:38:37 jhoblitt Exp $ 6 6 7 7 use strict; … … 99 99 'droptable_c.tt' => "$output/tests/droptable.c", 100 100 'insert_c.tt' => "$output/tests/insert.c", 101 'popobject_c.tt' => "$output/tests/popobject.c", 101 102 ); 102 103 -
trunk/glueforge/templates/psdb/code.tt
r4017 r4147 16 16 17 17 [% INCLUDE insertobject.tt %] 18 19 [% INCLUDE popobject.tt %] -
trunk/glueforge/templates/psdb/tests_makefile_am.tt
r4013 r4147 56 56 createtable \ 57 57 droptable \ 58 insert 58 insert \ 59 popobject 59 60 60 61 AM_CPPFLAGS = -I$(top_srcdir)/src$ -
trunk/glueforge/templates/psdb/testsuite_at.tt
r4011 r4147 16 16 17 17 [% INCLUDE insert_at.tt %] 18 19 [% INCLUDE popobject_at.tt %]
Note:
See TracChangeset
for help on using the changeset viewer.
