Last change
on this file since 1e121f4 was
1e121f4,
checked in by Adam Kędziora <s301614@…>, 14 years ago
|
Replacing old implementation with working implementation
|
-
Property mode set to
100644
|
File size:
366 bytes
|
Line | |
---|
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_FULLNAME "$PROJECT_FULLNAME" |
---|
9 | #define PROJECT_COPYRIGHT "$PROJECT_COPYRIGHT" |
---|
10 | #define PROJECT_VERSION "$PROJECT_VERSION" |
---|
11 | #define PROJECT_PAGE "$PROJECT_PAGE" |
---|
12 | #define PROJECT_MAIL "$PROJECT_MAIL" |
---|
13 | |
---|
14 | #endif /* CONFIG_H */ |
---|
15 | EOF |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.