Ignore:
Timestamp:
May 24, 2007, 6:37:10 AM (18 years ago)
Author:
Brendan Oakley
Message:

Paul's improvements to Makefiles and hda support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/makefile.os2

    r73 r111  
    9797    @for %f in ($(LIBS)) do @%append $^@ library %f
    9898    @%write $^@ library $(%WATCOM)\lib386\os2\clib3r.lib
    99     @%write $^@ library $(%WATCOM)\lib386\cplx3r.lib
     99    @%write $^@ library $(%WATCOM)\lib386\os2386.lib
    100100!else
    101101$(LNKFILE): $(MAKEFILE)
     
    105105    @for %f in ($(LIBS)) do @%append $^@ %f
    106106    @%write $^@ $(%WATCOM)\lib386\os2\clib3r.lib
    107     @%write $^@ $(%WATCOM)\lib386\cplx3r.lib
     107    @%write $^@ $(%WATCOM)\lib386\os2\os2386.lib
    108108    @%write $^@ $(DEFFILE)
    109109!endif
Note: See TracChangeset for help on using the changeset viewer.