diff options
-rw-r--r-- | starmath/util/makefile.mk | 6 | ||||
-rw-r--r-- | sw/util/makefile.mk | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 89df8c11e36b..a8d4dcceccb2 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:57:27 $ +# last change: $Author: csaba $ $Date: 2000-10-16 15:10:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -143,7 +143,9 @@ $(MISC)$/$(SHL1TARGET).flt: $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)$(CPU)"=="WNTI" +.IF "$(BUILD_SOSL)"=="" +mhids hidother.src ..\$(INPATH)$/srs starmath hidother +.ENDIF .ELSE @echo nix .ENDIF diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 6cd1c93c84c0..9130c604b07b 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2000-10-11 17:05:52 $ +# last change: $Author: csaba $ $Date: 2000-10-16 15:13:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -449,12 +449,14 @@ $(MISC)$/$(SHL2TARGET).def: makefile.mk $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)" =="WNT" +.IF "$(BUILD_SOSL)"=="" @+echo @+echo NO HIDS! @+echo +copy ..\inc\helpid.h . +mhids hidother.src ..$/$(INPATH)$/srs sw hidother +del helpid.h +.ENDIF .ELSE @echo wnt only .ENDIF |