Ignore:
Timestamp:
Jul 17, 2000, 8:37:33 PM (25 years ago)
Author:
sandervl
Message:

misc updates

File:
1 edited

Legend:

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

    r148 r152  
    4545CFLAGS  = $(CFLAGS) -mf -DKEE
    4646ASFLAGS = $(ASFLAGS) -D:KEE
     47LNKFILE = sblivekee.lnk
    4748!else
    4849CFLAGS  = $(CFLAGS) -mc -zu
     50LNKFILE = sblive.lnk
    4951!endif
    5052
     
    113115all: $(TARGET).sys
    114116
    115 $(TARGET).lnk: makefile.os2 ..\include\version.mak
     117$(LNKFILE): makefile.os2 ..\include\version.mak
    116118    @%write $^@ name $(TARGET).sys
    117119    @%write $^@ option alignment=16
     
    124126    @%write $^@ library $(%WATCOM)\lib386\os2\clib3r.lib
    125127
    126 $(TARGET).sys: $(TARGET).lnk $(FILES)
    127      $(LINK) @$(TARGET).lnk
     128$(TARGET).sys: $(LNKFILE) $(FILES)
     129     $(LINK) @$(LNKFILE)
    128130     ..\drv16\wat2map $(WMAPNAME) $(TARGET).MAP
    129131     mapsym $(TARGET).MAP
Note: See TracChangeset for help on using the changeset viewer.