Changeset 590


Ignore:
Timestamp:
Feb 27, 2017, 6:45:38 PM (8 years ago)
Author:
David Azarewicz
Message:

Misc build updates

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.0
     1Uniaud for OS/2
    22========================================================================
    33
  • OCO/trunk/install/cardinfo.rc

    r242 r590  
    3030   /**** Data for CONFIG.SYS **/
    3131   "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 */
    3434
    3535   /**** Data for INI File ****/
  • OCO/trunk/install/control.scr

    r575 r590  
    2525ssgroup=0
    2626ssname="mmbase"
    27 ssversion="1.09.06-SVNr572"
     27ssversion="1.9.6"
    2828sstermdll="ITERM.DLL"
    2929sstermdllentry="ITermEntry"
     
    4343ssgroup=17
    4444ssname="OS/2 Universal Audio: Wave"
    45 ssversion="1.09.06-SVNr572"
     45ssversion="1.9.6"
    4646sssize=680
    4747ssdll="genin.dll"
  • OCO/trunk/install/makefile

    r254 r590  
    3737#################################
    3838LINK      = wlink
    39 LFLAGS    = op c  op maxe=25  op many
     39LFLAGS    =
    4040
    4141
     
    7676all: $(RCDLL).dll $(HELPFILE).hlp
    7777
    78 # midimap
    79 
    80 
    8178
    8279##################################
     
    8481##################################
    8582
    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
    9292
    9393
     
    117117midimap: $(MIDIDLL).dll
    118118
    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)
    124128
    125129
  • OCO/trunk/install/rcstub.c

    r33 r590  
    3535UCHAR   uDummy = 0;
    3636
    37 VOID RCSTUB()
     37VOID RCSTUB(void)
    3838{
    3939}
  • OCO/trunk/mif/makeopts.inc

    r238 r590  
    5050
    5151!ifdef %DEBUG
    52 CFLAGS  =-ms -5 -bt=os2 -hc -d2 -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &
     52CFLAGS  =-ms -5 -bt=os2 -hc -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &
    5353         -DDEBUG -DTARGET_OS216 $(CINCLUDES)
    54 CPPFLAGS=-ms -5 -bt=os2 -hc -d2 -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &
     54CPPFLAGS=-ms -5 -bt=os2 -hc -oi -s -j -wx -zl -zfp -zgp -zq -zu -zp1 &
    5555         -DDEBUG -DTARGET_OS216 $(CINCLUDES)
    5656LFLAGS  = d codeview
  • OCO/trunk/tools/mkversion.cmd

    r575 r590  
    7676parse value versionIn with major'.'minor'.'projVersion
    7777
    78 projVers  = versionIn'-'fixpack
     78projVers  = versionIn /* '-'fixpack */
    7979projVers2 = major||minor||LEFT(projVersion, 1)
    8080
  • OCO/trunk/uniaud.inc

    r575 r590  
    22
    33# Product name
    4 PRODUCTNAME = Universal Audio MMPM/2 Driver for eComStation
     4PRODUCTNAME = Universal Audio MMPM/2 Driver for OS/2
    55
    66# Full UNIAUD build version
    77# BUILDVERSION must be 3 parts, and only numbers like 5.44.108
    8 # The second and third numbers must be 2 digits
    9 BUILDVERSION = 1.09.06
     8# The first and second numbers must be 1 digit
     9BUILDVERSION = 1.9.6
    1010
    1111# Fixpack version
     
    1313# ex RC3  GA  FIXPACK2 beta_47
    1414# Comment out to avoid a fixpack line in bldlevel
    15 FIXPACK = SVNr575
     15#FIXPACK = SVNr575
    1616
    1717# ALSA BUILD VERSION
Note: See TracChangeset for help on using the changeset viewer.