Changeset 590
- Timestamp:
- Feb 27, 2017, 6:45:38 PM (8 years ago)
- Location:
- OCO/trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/install/README.TXT
r510 r590 1 Uniaud for OS/2 4, 4.51/4.52 and eComStation 1.0/1.1/1.2/1.2R/2.01 Uniaud for OS/2 2 2 ======================================================================== 3 3 -
OCO/trunk/install/cardinfo.rc
r242 r590 30 30 /**** Data for CONFIG.SYS **/ 31 31 "2", /* Number of CONFIG.SYS lines (1 char) */ 32 "DEVICE=*PATH*\\UNIAUD32.SYS /V",33 "DEVICE=*PATH*\\UNIAUD16.SYS / V /C", /* enable CD by default */32 "DEVICE=*PATH*\\UNIAUD32.SYS", 33 "DEVICE=*PATH*\\UNIAUD16.SYS /C", /* enable CD by default */ 34 34 35 35 /**** Data for INI File ****/ -
OCO/trunk/install/control.scr
r575 r590 25 25 ssgroup=0 26 26 ssname="mmbase" 27 ssversion="1. 09.06-SVNr572"27 ssversion="1.9.6" 28 28 sstermdll="ITERM.DLL" 29 29 sstermdllentry="ITermEntry" … … 43 43 ssgroup=17 44 44 ssname="OS/2 Universal Audio: Wave" 45 ssversion="1. 09.06-SVNr572"45 ssversion="1.9.6" 46 46 sssize=680 47 47 ssdll="genin.dll" -
OCO/trunk/install/makefile
r254 r590 37 37 ################################# 38 38 LINK = wlink 39 LFLAGS = op c op maxe=25 op many39 LFLAGS = 40 40 41 41 … … 76 76 all: $(RCDLL).dll $(HELPFILE).hlp 77 77 78 # midimap79 80 81 78 82 79 ################################## … … 84 81 ################################## 85 82 86 $(RCDLL).lrf: 87 @%write $^@ Name $(RCDLL).DLL 88 @%write $^@ System os2v2 dll 89 # @%write $^@ Option Description '$(PRODUCT_NAME) Installation Dll' 90 @%write $^@ File $(RCOBJS) 91 @%write $^@ library clib3r.lib 83 $(RCDLL).lrf: makefile 84 @%write $^@ Name $(RCDLL).DLL 85 @%write $^@ System os2v2 dll 86 @%write $^@ option caseexact 87 @%write $^@ option maxerrors=25 88 @%write $^@ option manyautodata 89 @%write $^@ option map=$^&.map 90 @%write $^@ File $(RCOBJS) 91 @%write $^@ library clib3r.lib 92 92 93 93 … … 117 117 midimap: $(MIDIDLL).dll 118 118 119 $(MIDIDLL).lrf: 120 @%write $^@ Name $(MIDIDLL).DLL 121 @%write $^@ System os2v2 dll 122 @%write $^@ Option Description '$(PRODUCT_NAME) Midi Mapper Dll' 123 @%write $^@ File $(RCOBJS) 119 $(MIDIDLL).lrf: makefile 120 @%write $^@ Name $(MIDIDLL).DLL 121 @%write $^@ System os2v2 dll 122 @%write $^@ option caseexact 123 @%write $^@ option maxerrors=25 124 @%write $^@ option manyautodata 125 @%write $^@ option map=$^&.map 126 @%write $^@ Option Description '$(PRODUCT_NAME) Midi Mapper Dll' 127 @%write $^@ File $(RCOBJS) 124 128 125 129 -
OCO/trunk/install/rcstub.c
r33 r590 35 35 UCHAR uDummy = 0; 36 36 37 VOID RCSTUB( )37 VOID RCSTUB(void) 38 38 { 39 39 } -
OCO/trunk/mif/makeopts.inc
r238 r590 50 50 51 51 !ifdef %DEBUG 52 CFLAGS =-ms -5 -bt=os2 -hc - d2 -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &52 CFLAGS =-ms -5 -bt=os2 -hc -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 & 53 53 -DDEBUG -DTARGET_OS216 $(CINCLUDES) 54 CPPFLAGS=-ms -5 -bt=os2 -hc - d2 -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &54 CPPFLAGS=-ms -5 -bt=os2 -hc -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 & 55 55 -DDEBUG -DTARGET_OS216 $(CINCLUDES) 56 56 LFLAGS = d codeview -
OCO/trunk/tools/mkversion.cmd
r575 r590 76 76 parse value versionIn with major'.'minor'.'projVersion 77 77 78 projVers = versionIn '-'fixpack78 projVers = versionIn /* '-'fixpack */ 79 79 projVers2 = major||minor||LEFT(projVersion, 1) 80 80 -
OCO/trunk/uniaud.inc
r575 r590 2 2 3 3 # Product name 4 PRODUCTNAME = Universal Audio MMPM/2 Driver for eComStation4 PRODUCTNAME = Universal Audio MMPM/2 Driver for OS/2 5 5 6 6 # Full UNIAUD build version 7 7 # BUILDVERSION must be 3 parts, and only numbers like 5.44.108 8 # The second and third numbers must be 2 digits9 BUILDVERSION = 1. 09.068 # The first and second numbers must be 1 digit 9 BUILDVERSION = 1.9.6 10 10 11 11 # Fixpack version … … 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVNr57515 #FIXPACK = SVNr575 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.