haiku/src/apps/sudoku/Jamfile
Michael Pfeiffer cff9bca41c Ceneter SudokuView and keep it square. Avoid flickering when resizing. R5 build fixes.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22212 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-09 20:06:07 +00:00

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
;