haiku/src/apps/sudoku/Jamfile
Axel Dörfler 5d029ca0bd * Renamed settings file (removed the "pinc" part of it).
* Removed BeOS compatible flag from the subdir.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28661 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-11-16 21:19:58 +00:00

18 lines
287 B
Plaintext

SubDir HAIKU_TOP src apps sudoku ;
UsePrivateHeaders shared ;
Application Sudoku :
CenteredViewContainer.cpp
ProgressWindow.cpp
Sudoku.cpp
SudokuField.cpp
SudokuGenerator.cpp
SudokuSolver.cpp
SudokuView.cpp
SudokuWindow.cpp
: be tracker $(TARGET_LIBSTDC++)
: Sudoku.rdef
;