Skip to content

Commit

Permalink
Updated to use Rake build system. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Lundberg committed Jun 22, 2013
1 parent 63e4e0e commit 562a781
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 534 deletions.
17 changes: 17 additions & 0 deletions servers/system/console/Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
OBJECTS = %w(
connection.o
console.o
console_output.o
)

LIBRARIES = %w(
ipc
memory
string
system
video
)

OUTPUT = 'console'

load '../../servers.rake'
29 changes: 0 additions & 29 deletions servers/system/console/autochaos.rules

This file was deleted.

Loading

0 comments on commit 562a781

Please sign in to comment.