Changeset 186 for trunk/src/os2ahci/Makefile
- Timestamp:
- Feb 28, 2017, 10:50:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r185 r186 91 91 !endif 92 92 93 !if neqFIXPACK93 !ifdef FIXPACK 94 94 CDEFS+= -DTESTVER 95 95 !endif … … 168 168 @md $(ZIPDIR)\pkg2 169 169 @copy /b $(ROOT)\Tools\smartahci.exe $(ZIPDIR)\pkg2 >NUL 170 #@copy $(ROOT)\Tools\testlog.cmd $(ZIPDIR)\pkg2 >NUL171 170 172 171 @md $(ZIPDIR)\pkg20 … … 185 184 clean: .symbolic 186 185 rm -f *.def *.err *.lnk version.h 186 rm $(ROOT)\AHCI-*-WPI.zip 187 187 @if exist Debug @!rm -r Debug 188 188 @if exist Retail @!rm -r Retail
Note:
See TracChangeset
for help on using the changeset viewer.