Changeset 185 for trunk/src/os2ahci/Makefile
- Timestamp:
- Dec 20, 2016, 9:35:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r184 r185 156 156 cd .. 157 157 158 release: $(O)\os2ahci.add $(O)\os2ahci.sym.symbolic158 release: .symbolic 159 159 @if exist $(WPIFILE) @del $(WPIFILE) 160 160 @!rm -rf $(ZIPDIR) … … 163 163 164 164 @md $(ZIPDIR)\pkg1 165 @copy /b $(ROOT)\src\os2ahci\$(O)\os2ahci.add $(ZIPDIR)\pkg1 >NUL166 @copy /b $(ROOT)\src\os2ahci\$(O)\os2ahci.sym $(ZIPDIR)\pkg1 >NUL165 copy /b $(ROOT)\src\os2ahci\$(O)\os2ahci.add $(ZIPDIR)\pkg1 >NUL 166 copy /b $(ROOT)\src\os2ahci\$(O)\os2ahci.sym $(ZIPDIR)\pkg1 >NUL 167 167 168 168 @md $(ZIPDIR)\pkg2
Note:
See TracChangeset
for help on using the changeset viewer.