source: auto/output/config_h @ 8338227

Last change on this file since 8338227 was c08f3b1, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

New build system.

  • Property mode set to 100755
File size: 265 bytes
Line 
1#!/bin/sh
2
3cat << EOF > ./src/config.h
4#ifndef CONFIG_H
5#define CONFIG_H
6
7#define PROJECT_NAME    "$PROJECT_NAME"
8#define PROJECT_VERSION "$PROJECT_VERSION"
9#define PROJECT_PAGE    "$PROJECT_PAGE"
10#define PROJECT_MAIL    "$PROJECT_MAIL"
11
12#endif /* CONFIG_H */
13EOF
14
Note: See TracBrowser for help on using the repository browser.