make/project.xml

changeset 74
831928419249
parent 73
072fa3e165f0
     1.1 --- a/make/project.xml	Sun Sep 24 18:48:42 2023 +0200
     1.2 +++ b/make/project.xml	Sun Oct 01 14:41:17 2023 +0200
     1.3 @@ -2,8 +2,12 @@
     1.4  <project xmlns="http://unixwork.de/uwproj">
     1.5  	<dependency>
     1.6  		<lang>c</lang>
     1.7 -		<make>MKDIR=mkdir -p</make>
     1.8 -		<make>RMDIR=rm -fR</make>
     1.9 +	</dependency>
    1.10 +	<dependency name="tools" platform="unix">
    1.11 +		<make>
    1.12 +RMDIR=rm -fR
    1.13 +MKDIR=mkdir -p
    1.14 +		</make>
    1.15  	</dependency>
    1.16  	<dependency name="ucx">
    1.17  		<test>check_lib ucx cx/list.h</test>

mercurial