Skip to content

Commit

Permalink
Moved over to Rake-based building (#3).
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Lundberg committed Jun 22, 2013
1 parent bb41a5b commit d651852
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 577 deletions.
2 changes: 1 addition & 1 deletion libraries/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ libraries = %w(
memory
string
system
video
)

# These haven't been upgraded to work w/ Rake yet.
# execute_elf
# unicode
# ipv4
# video
# serial
# random
# log
Expand Down
12 changes: 12 additions & 0 deletions libraries/video/Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
INCLUDES = %w(
-I../../storm/include
-I..
)

OBJECTS = %w(
video.o
)

OUTPUT = 'libvideo.a'

load '../libraries.rake'
27 changes: 0 additions & 27 deletions libraries/video/autochaos.rules

This file was deleted.

11 changes: 0 additions & 11 deletions libraries/video/config.h

This file was deleted.

Loading

0 comments on commit d651852

Please sign in to comment.