23 ## Example |
23 ## Example |
24 |
24 |
25 UWproj uses a `project.xml` file to generate a configure script. Here is a simple example: |
25 UWproj uses a `project.xml` file to generate a configure script. Here is a simple example: |
26 |
26 |
27 <?xml version="1.0" encoding="UTF-8"?> |
27 <?xml version="1.0" encoding="UTF-8"?> |
28 <project xmlns="http://unixwork.de/uwproj"> |
28 <project version="0.3" xmlns="http://unixwork.de/uwproj"> |
29 <!-- global dependency for all targets --> |
29 <!-- global dependency for all targets --> |
30 <dependency> |
30 <dependency> |
31 <!-- check if a C Compiler is available, this will add the CC variable to the config.mk file --> |
31 <!-- check if a C Compiler is available, this will add the CC variable to the config.mk file --> |
32 <lang>c</lang> |
32 <lang>c</lang> |
33 </dependency> |
33 </dependency> |