forked from len0rd/rockbox
Make sendfirm_win.c compile and work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1213e5bcb3
commit
46d8302c7d
4 changed files with 14 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ $(OUTPUT): sendfirm.c
|
|||
gcc $(CFLAGS) $(LIBS) -o $(OUTPUT) sendfirm.c
|
||||
|
||||
$(OUTPUT).exe: sendfirm_win.c
|
||||
gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll
|
||||
mingw32-gcc $(CFLAGS) -o $(OUTPUT).exe sendfirm_win.c MTP_DLL.dll
|
||||
|
||||
clean:
|
||||
rm -f $(OUTPUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue