Changeset 146 for sbliveos2/trunk
- Timestamp:
- Apr 23, 2000, 5:28:16 PM (25 years ago)
- Location:
- sbliveos2/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/makefile.os2
r142 r146 135 135 $(LINK) @$(NAME).lrf 136 136 copy $(NAME).sys ..\bin 137 copy $(NAME).sym ..\bin138 137 139 138 $(NAME).sym: $(WMAPNAME) 140 139 wat2map $(WMAPNAME) $(NAME).MAP 141 140 mapsym $(NAME).MAP 141 copy $(NAME).sym ..\bin -
sbliveos2/trunk/runtime/makefile.os2
r142 r146 59 59 # 60 60 ASM=wasm 61 AFLAGS=-bt=os2 -d1 -zq $(DEBUG)61 AFLAGS=-bt=os2 -d1 -zq 62 62 AINC=-i$(INC) 63 63
Note:
See TracChangeset
for help on using the changeset viewer.