mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-16 00:15:08 +01:00
12 lines
353 B
Batchfile
12 lines
353 B
Batchfile
|
del *.c
|
||
|
del *.h
|
||
|
filetochar ehcmodule.elf ehcmodule_5 -h -align 32
|
||
|
del C:\devkitPro\soft\usbloader\source\mload\modules\ehcmodule_5.c
|
||
|
del C:\devkitPro\soft\usbloader\source\mload\modules\ehcmodule_5.h
|
||
|
copy ehcmodule_5.c C:\devkitPro\soft\usbloader\source\mload\modules\
|
||
|
copy ehcmodule_5.h C:\devkitPro\soft\usbloader\source\mload\modules\
|
||
|
|
||
|
|
||
|
|
||
|
|