source: build/snova/trunk/obuild/pre_build @ 260

Last change on this file since 260 was 260, checked in by barrand, 17 years ago
File size: 135 bytes
Line 
1#!/bin/sh -f
2
3#set -x
4
5/bin/rm -R -f ../snova
6
7mkdir -p ../snova
8
9find ../source/snova -name "*.h" -exec /bin/cp {} ../snova/. \;
10
11
12
13
14
Note: See TracBrowser for help on using the repository browser.