opk for GCW Zero
This commit is contained in:
parent
b2525bb150
commit
be56b4eaba
|
@ -71,12 +71,17 @@ OBJECTS:=$(OBJECTS:.S=.build_obj)
|
|||
OBJECTS:=$(patsubst $(RZDCY_SRC_DIR)/%,obj/%,$(OBJECTS))
|
||||
|
||||
|
||||
PACKAGE=reicast-gcwz.opk
|
||||
EXECUTABLE_STRIPPED=nosym-reicast.elf
|
||||
EXECUTABLE_TARBZ=reicast.tar.bz2
|
||||
EXECUTABLE=reicast.elf
|
||||
|
||||
all: $(CPPFILES) $(EXECUTABLE) $(EXECUTABLE_STRIPPED) $(EXECUTABLE_TARBZ)
|
||||
PACKAGE_FILES=$(EXECUTABLE_STRIPPED) default.gcw0.desktop icon-32.png
|
||||
|
||||
all: $(CPPFILES) $(EXECUTABLE) $(EXECUTABLE_STRIPPED) $(EXECUTABLE_TARBZ) $(PACKAGE)
|
||||
|
||||
$(PACKAGE): $(PACKAGE_FILES)
|
||||
mksquashfs $(PACKAGE_FILES) $(PACKAGE) -all-root
|
||||
|
||||
$(EXECUTABLE): $(OBJECTS)
|
||||
echo $(RZDCY_FILES)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=reicast
|
||||
Comment=A Sega Dreamcast emulator
|
||||
Exec=nosym-reicast.elf
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Icon=icon-32
|
||||
Categories=emulators;
|
Binary file not shown.
After Width: | Height: | Size: 453 B |
Loading…
Reference in New Issue