Changeset 336
- Timestamp:
- Apr 3, 2008, 6:25:14 AM (17 years ago)
- Location:
- OCO/trunk
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/tools/mkversion.cmd
r254 r336 13 13 14 14 15 /* uniaud.inc is located in the mifdirectory and15 /* uniaud.inc is located in the base directory and 16 16 * is read by mkversion.cmd for constants. The result 17 17 * is written to bin directory and removed by clean. … … 19 19 if sAlsaBase = "" then sAlsaBase = "." 20 20 21 versConst = sAlsaBase'\ mif\uniaud.inc'21 versConst = sAlsaBase'\uniaud.inc' 22 22 versMak = sAlsaBase'\bin\version.lnk' 23 23 versInst = sAlsaBase'\bin\install.lnk' -
OCO/trunk/uniaud.inc
r295 r336 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = RC 515 FIXPACK = RC6 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.