Browse Source

Move LD33 entry to main games directory.

undefined
Sam Hocevar 9 years ago
parent
commit
bc9c8ff411
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      build/Lol (vs2013).sln
  2. +1
    -1
      configure.ac

+ 2
- 2
build/Lol (vs2013).sln View File

@@ -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


+ 1
- 1
configure.ac View File

@@ -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
])



Loading…
Cancel
Save