Subversion Repositories Kolibri OS

Rev

Rev 9715 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9715 Rev 10051
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 13... Line 13...
13
      __REV = Num
13
      __REV = Num
14
    end if
14
    end if
15
  \}
15
  \}
16
}
16
}
Line 17... Line -...
17
 
-
 
18
macro ignore_empty_revision_keyword {
-
 
19
  ; svn keywords are neither substituted by git-svn nor catched by $Revision
-
 
20
  ; macro above, ignore them to not fail the build
-
 
21
  macro $Rev#ision$ \{\}
-
 
22
}
-
 
23
ignore_empty_revision_keyword
-
 
24
 
-
 
25
$Revision: 9715 $
-
 
26
 
-
 
27
 
17
 
Line 28... Line 18...
28
;// mike.dld, 2006-29-01 [
18
;// mike.dld, 2006-29-01 [
29
 
19
 
30
; macros definition
20
; macros definition