Преглед изворни кода

sot3000: make the game code public.

My Ludum Dare 32 entry is now in the main games/ directory and is
called “Size-o-Tron 3000” because… because, that’s all.
undefined
Sam Hocevar пре 9 година
родитељ
комит
e2ba6e44a3
2 измењених фајлова са 5 додато и 3 уклоњено
  1. +2
    -2
      build/Lol (vs2013).sln
  2. +3
    -1
      configure.ac

+ 2
- 2
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


+ 3
- 1
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


Loading…
Откажи
Сачувај