mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
cff9bca41c
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22212 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
304 B
Plaintext
18 lines
304 B
Plaintext
SubDir HAIKU_TOP src apps sudoku ;
|
|
|
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
|
|
Application Sudoku :
|
|
CenteredViewContainer.cpp
|
|
ProgressWindow.cpp
|
|
Sudoku.cpp
|
|
SudokuField.cpp
|
|
SudokuGenerator.cpp
|
|
SudokuSolver.cpp
|
|
SudokuView.cpp
|
|
SudokuWindow.cpp
|
|
|
|
: be tracker $(TARGET_LIBSTDC++)
|
|
: Sudoku.rdef
|
|
;
|