From bc9c8ff4112d4850a6d14420bb75634db96ade5d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 25 Aug 2015 12:00:00 +0000 Subject: [PATCH] Move LD33 entry to main games directory. --- build/Lol (vs2013).sln | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Lol (vs2013).sln b/build/Lol (vs2013).sln index c92e3c58..556dd488 100644 --- a/build/Lol (vs2013).sln +++ b/build/Lol (vs2013).sln @@ -162,9 +162,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Size-o-Tron 3000", "Size-o- EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sot3000", "..\games\sot3000\sot3000.vcxproj", "{B9A255A0-2B92-4801-AF6C-354535A6E105}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LD33", "LD33", "{CE356481-3D75-425A-9970-766340FB88FC}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Grunx", "Grunx", "{CE356481-3D75-425A-9970-766340FB88FC}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ld33", "..\people\sam\ld33\ld33.vcxproj", "{775B46F7-03C4-4351-B78D-76088E028D14}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ld33", "..\games\grunx\grunx.vcxproj", "{775B46F7-03C4-4351-B78D-76088E028D14}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/configure.ac b/configure.ac index 0b18f6d8..118a5499 100644 --- a/configure.ac +++ b/configure.ac @@ -500,6 +500,7 @@ AC_CONFIG_FILES( games/singlshot/Makefile games/thonik/Makefile games/sot3000/Makefile + games/grunx/Makefile ]) AC_CONFIG_FILES( [games/deushax/Makefile @@ -549,7 +550,6 @@ AC_CONFIG_FILES( people/jylam/private/oric_convert/Makefile people/sam/Makefile people/sam/kanagawa/Makefile - people/sam/ld33/Makefile people/sam/sapp/Makefile ])