Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
87a1ed1ca634
Commit
f9a0a3e0
authored
Jun 30, 2011
by
a1ex
Browse files
Small tweaks
--HG-- branch : unified
parent
d9d0f69d6cae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
87a1ed1c
...
...
@@ -13,7 +13,7 @@ LUA_PATH=
# cd platform/550D.109; make
# -> no .o generated in rootdir. and .o in right platform
all
:
60D
550D
all
:
clean 60D clean
550D
60D
:
Makefile.60
$(MAKE)
-f
Makefile.60
...
...
@@ -21,7 +21,6 @@ all:60D 550D
$(MV)
autoexec.bin
$(BINARIES_PATH)
/60D.109
550D
:
Makefile.550
$(MAKE)
-f
Makefile.550 clean
#because 60d .o do exist and are bad...
$(MAKE)
-f
Makefile.550
$(MKDIR)
-p
$(BINARIES_PATH)
/550D.109
$(MV)
autoexec.bin
$(BINARIES_PATH)
/550D.109
...
...
Makefile.inc
View file @
87a1ed1c
...
...
@@ -434,6 +434,7 @@ magiclantern.fir: autoexec.bin
[
!
-f
magiclantern.fir
]
&&
echo
"Please download magiclantern.fir from http://magiclantern.wikia.com/wiki/550D"
;
\
echo
""
;
\
fi
;
\
readelf
-l
magiclantern |
grep
-C
2 MemSiz
;
\
stat
-c
"autoexec.bin: %s bytes"
autoexec.bin
dummy_data_head.bin
:
...
...
bmp.c
View file @
87a1ed1c
...
...
@@ -28,6 +28,7 @@
#include "bmp.h"
#include "font.h"
#include <stdarg.h>
#include "propvalues.h"
//~ int bmp_enabled = 1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment