Changeset 152 for sbliveos2/trunk/drv32/makefile.os2
- Timestamp:
- Jul 17, 2000, 8:37:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv32/makefile.os2
r148 r152 45 45 CFLAGS = $(CFLAGS) -mf -DKEE 46 46 ASFLAGS = $(ASFLAGS) -D:KEE 47 LNKFILE = sblivekee.lnk 47 48 !else 48 49 CFLAGS = $(CFLAGS) -mc -zu 50 LNKFILE = sblive.lnk 49 51 !endif 50 52 … … 113 115 all: $(TARGET).sys 114 116 115 $( TARGET).lnk: makefile.os2 ..\include\version.mak117 $(LNKFILE): makefile.os2 ..\include\version.mak 116 118 @%write $^@ name $(TARGET).sys 117 119 @%write $^@ option alignment=16 … … 124 126 @%write $^@ library $(%WATCOM)\lib386\os2\clib3r.lib 125 127 126 $(TARGET).sys: $( TARGET).lnk$(FILES)127 $(LINK) @$( TARGET).lnk128 $(TARGET).sys: $(LNKFILE) $(FILES) 129 $(LINK) @$(LNKFILE) 128 130 ..\drv16\wat2map $(WMAPNAME) $(TARGET).MAP 129 131 mapsym $(TARGET).MAP
Note:
See TracChangeset
for help on using the changeset viewer.