mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 06:16:11 +01:00
5d029ca0bd
* Removed BeOS compatible flag from the subdir. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28661 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
287 B
Plaintext
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
|
|
;
|