|
From: Tapio V. <aa...@us...> - 2010-10-19 14:33:03
|
Module: performous Branch: master Commit: b9b699fa39d0a9ab0f999a58c4b4d2850ab42b5a Author: Tapio Vierros <tap...@gm...> Date: Tue Oct 19 17:31:33 2010 +0300 Add back dummy screen_configuration.* as a work-around for ppa troubles. --- game/screen_configuration.cc | 4 ++++ game/screen_configuration.hh | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/game/screen_configuration.cc b/game/screen_configuration.cc new file mode 100644 index 0000000..9b09ff0 --- /dev/null +++ b/game/screen_configuration.cc @@ -0,0 +1,4 @@ +// Dummy file +// The PPA deb packaging diff doesn't seem to know how to delete files, +// so this is here as a work-around to avoid compilation errors. +// If someone knows how to fix this, the ppa script is tools/ppa/ppa.sh diff --git a/game/screen_configuration.hh b/game/screen_configuration.hh new file mode 100644 index 0000000..9b09ff0 --- /dev/null +++ b/game/screen_configuration.hh @@ -0,0 +1,4 @@ +// Dummy file +// The PPA deb packaging diff doesn't seem to know how to delete files, +// so this is here as a work-around to avoid compilation errors. +// If someone knows how to fix this, the ppa script is tools/ppa/ppa.sh |