Changeset 433
- Timestamp:
- Apr 13, 2010, 1:31:07 PM (15 years ago)
- Location:
- branches/samba-3.3.x/source
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/build.cmd
r430 r433 133 133 VerFile = "VERSION.ECS" 134 134 135 /* is the file available */ 136 ok = stream(VerFile, 'c', 'QUERY EXISTS') 137 if ok = "" then do 138 say 'Please create a VERSION.ECS based on VERSION.EC_' 139 exit 0 140 end 141 135 142 /* Samba Version file */ 136 143 Version = "VERSION"
Note:
See TracChangeset
for help on using the changeset viewer.