Changeset 176 for sbliveos2/trunk/drv16/makefile.os2
- Timestamp:
- Apr 14, 2001, 7:03:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/makefile.os2
r174 r176 69 69 $(OBJDIR)\$(NAME).sys: $(OBJS) $(OBJDIR)\$(NAME).lrf makefile.os2 $(%DDK)\BASE\lib\os2286.lib $(SBLIVE_LIB)\runtime.lib $(%DDK)\BASE\src\dev\resource\rmcalls\rmcalls.lib 70 70 $(LINK) @$(OBJDIR)\$(NAME).lrf 71 copy $(OBJDIR)\$(NAME).sys ..\bin71 copy $(OBJDIR)\$(NAME).sys $(SBLIVE_BIN) 72 72 73 73 $(OBJDIR)\$(NAME).sym: $(OBJDIR)\$(WMAPNAME) … … 76 76 mapsym $(NAME).MAP 77 77 cd ..\.. 78 copy $(OBJDIR)\$(NAME).sym ..\bin78 copy $(OBJDIR)\$(NAME).sym $(SBLIVE_BIN) 79 79 80 80 clean:
Note:
See TracChangeset
for help on using the changeset viewer.