Skip to content

Commit 318421d

Browse files
committed
Added missed files and cleanup
1 parent a5bf6c8 commit 318421d

20 files changed

Lines changed: 10 additions & 302 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# DreamShell Makefile (very truncated)
3-
# Copyright (C) 2004-2014 SWAT
3+
# Copyright (C) 2004-2016 SWAT
44
# http://www.dc-swat.ru
55
#
66
# This makefile can build CDI image (type "make cdi"),
@@ -25,7 +25,7 @@ $(DS_BUILD)/1$(TARGET)_CORE.BIN: $(DS_BUILD)/$(TRAGET_PREFIX)$(TARGET)_CORE.BIN
2525

2626
$(TARGET).cdi: $(DS_BUILD)/1$(TARGET)_CORE.BIN
2727
@echo Creating ISO...
28-
@$(DS_SDK)/bin/mkisofs -V DreamShell -G $(DS_BUILD)/IP.BIN -joliet -rock -l -o $(TARGET).iso $(DS_BUILD)
28+
@$(DS_SDK)/bin/mkisofs -V DreamShell -G resources/IP.BIN -joliet -rock -l -o $(TARGET).iso $(DS_BUILD)
2929
@-rm -f $(DS_BUILD)/1$(TARGET)_CORE.BIN
3030
@echo Convert ISO to CDI...
3131
@-rm -f $(TARGET).cdi
-30 KB
Binary file not shown.
-21.2 KB
Binary file not shown.
File renamed without changes.
16.8 KB
Loading
-8.33 KB
Binary file not shown.
-12 KB
Binary file not shown.
8.79 KB
Loading
-30 KB
Binary file not shown.
-21.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)