Changeset 4002 for trunk/glueforge/glueforge.in
- Timestamp:
- May 19, 2005, 4:00:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/glueforge.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r3929 r4002 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1. 9 2005-05-13 22:00:15jhoblitt Exp $5 # $Id: glueforge.in,v 1.10 2005-05-20 02:00:17 jhoblitt Exp $ 6 6 7 7 use strict; … … 87 87 'header.tt' => "$output/src/$data{file_name}.h", 88 88 'code.tt' => "$output/src/$data{file_name}.c", 89 'tests_makefile_am.tt' => "$output/tests/Makefile.am", 90 'testsuite_at.tt' => "$output/tests/testsuite.at", 91 'dbsetup_c.tt' => "$output/tests/dbsetup.c", 92 'dbcleanup_c.tt' => "$output/tests/dbcleanup.c", 93 'init_c.tt' => "$output/tests/init.c", 89 94 ); 90 95
Note:
See TracChangeset
for help on using the changeset viewer.
