From e2ba6e44a380f152ba01b49af21dfc21aae62ed7 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 21 Apr 2015 11:06:04 +0000 Subject: [PATCH] sot3000: make the game code public. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My Ludum Dare 32 entry is now in the main games/ directory and is called “Size-o-Tron 3000” because… because, that’s all. --- build/Lol (vs2013).sln | 4 ++-- configure.ac | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/Lol (vs2013).sln b/build/Lol (vs2013).sln index d637b40a..bf43cec6 100644 --- a/build/Lol (vs2013).sln +++ b/build/Lol (vs2013).sln @@ -158,9 +158,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shared", "..\people\touky\s EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "14_lol_lua", "..\doc\tutorial\14_lol_lua.vcxproj", "{81C83B42-D00A-4FA3-9A3D-80F9D46524BF}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Ludum Dare 32", "Ludum Dare 32", "{65114D40-9450-4B2D-B051-7A75E97C88E1}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Size-o-Tron 3000", "Size-o-Tron 3000", "{65114D40-9450-4B2D-B051-7A75E97C88E1}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ld32", "..\people\sam\ld32\ld32.vcxproj", "{B9A255A0-2B92-4801-AF6C-354535A6E105}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sot3000", "..\games\sot3000\sot3000.vcxproj", "{B9A255A0-2B92-4801-AF6C-354535A6E105}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/configure.ac b/configure.ac index 8a85c343..4dbc3ed5 100644 --- a/configure.ac +++ b/configure.ac @@ -514,6 +514,9 @@ AC_CONFIG_FILES( AC_CONFIG_FILES( [games/singlshot/Makefile ]) +AC_CONFIG_FILES( + [games/sot3000/Makefile +]) AC_CONFIG_FILES( [demos/lol.js/Makefile ]) @@ -547,7 +550,6 @@ AC_CONFIG_FILES( people/jylam/private/oric_convert/Makefile people/sam/Makefile people/sam/ld27/Makefile - people/sam/ld32/Makefile people/sam/vip2014/Makefile people/sam/kanagawa/Makefile people/sam/sapp/Makefile