Last change
on this file since 8338227 was
c08f3b1,
checked in by Mateusz Hromada <ruanda@…>, 16 years ago
|
New build system.
|
-
Property mode set to
100755
|
File size:
265 bytes
|
Rev | Line | |
---|
[c08f3b1] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | cat << 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 */ |
---|
| 13 | EOF |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.