Browse Source

Initial setup

master
Macoy Madson 9 months ago
parent
commit
6c0cd3f576
  1. 4
      Build.sh
  2. 10
      COPYING
  3. 1
      Dependencies/cakelisp
  4. 1
      Dependencies/gamelib
  5. 4
      ReadMe.org
  6. 0
      src/Presentation.cake

4
Build.sh

@ -9,10 +9,10 @@ cd $CAKELISP_DIR
cd ../..
echo "\n\nGameLib Project\n\n"
echo "\n\nPresentation\n\n"
CAKELISP=./Dependencies/cakelisp/bin/cakelisp
$CAKELISP --verbose-processes --execute \
src/Config_Linux.cake \
src/Main.cake || exit $?
src/Presentation.cake || exit $?

10
COPYING

@ -1,16 +1,16 @@
Copyright (c) 2021 Macoy Madson
Copyright (c) 2022 Macoy Madson
This file is part of GameLib Project.
This file is part of Presentation.
GameLib Project is free software: you can redistribute it and/or modify
Presentation is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
GameLib Project is distributed in the hope that it will be useful,
Presentation is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GameLib Project. If not, see <https://www.gnu.org/licenses/>.
along with Presentation. If not, see <https://www.gnu.org/licenses/>.

1
Dependencies/cakelisp

@ -0,0 +1 @@
Subproject commit 6c1f7ff13644d7fe3934e6d1ccb6c292673fd8f1

1
Dependencies/gamelib

@ -0,0 +1 @@
Subproject commit 5d167c0220bfc3031c54983ee4b0373b0c39c207

4
ReadMe.org

@ -1,3 +1,3 @@
#+title: GameLib Project
#+title: Presentation
This is a template repository for gamelib-based projects.
An interactive slide-based presentation program.

0
src/Main.cake → src/Presentation.cake

Loading…
Cancel
Save