repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Assorted whitespace cleanup and typo fixes.
[haiku.git]
/
src
/
bin
/
keymap
/
Jamfile
blob
aaaede18246a3f1e1ee12c489b33e63b297774a3
1
SubDir HAIKU_TOP src bin keymap ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
UsePrivateHeaders shared storage ;
5
6
BinCommand keymap :
7
main.cpp
8
Keymap.cpp
9
: be libshared.a [ TargetLibsupc++ ]
10
: keymap.rdef ;