Changeset 1744
- Timestamp:
- Aug 15, 2012, 1:57:06 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 4 edited
- 15 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1524 r1744 1 1 2 SUBDIRS = src tutorial test tools games 2 # Put "people" at the end because they're more likely to break builds. 3 SUBDIRS = src tutorial test tools games people 3 4 DIST_SUBDIRS = $(SUBDIRS) build binaries 4 5 -
trunk/build/vs2010/Lol.sln
r1714 r1744 88 88 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Touky", "Touky", "{9EA99B18-D352-47F6-BC04-A0B49CAA2772}" 89 89 EndProject 90 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToukyDemo", "..\..\ games\ToukyDemo\ToukyDemo.vcxproj", "{EE203B88-44CF-4859-9D42-7A5F43FECB52}"90 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToukyDemo", "..\..\people\touky\ToukyDemo.vcxproj", "{EE203B88-44CF-4859-9D42-7A5F43FECB52}" 91 91 EndProject 92 92 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BtPhysTest", "..\..\test\BtPhysTest.vcxproj", "{EE203B88-44CF-4859-9D42-7A1F43FECB52}" … … 96 96 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jnat", "Jnat", "{0A1651FC-322B-4B04-82CB-28E9046D9383}" 97 97 EndProject 98 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-jnat", "..\..\ games\demo-jnat\demo-jnat.vcxproj", "{A69411B3-6DE8-404E-8E70-0D3375A7492A}"98 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-jnat", "..\..\people\jnat\demo-jnat.vcxproj", "{A69411B3-6DE8-404E-8E70-0D3375A7492A}" 99 99 EndProject 100 100 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sam", "Sam", "{928A359C-9C41-400A-8D2D-A054B33A79F5}" -
trunk/configure.ac
r1713 r1744 473 473 build/Makefile 474 474 binaries/Makefile 475 people/Makefile 475 476 games/Makefile 476 477 tools/Makefile … … 493 494 ]) 494 495 AC_CONFIG_FILES( 495 [games/demo-jnat/Makefile496 ])497 AC_CONFIG_FILES(498 [games/ToukyDemo/Makefile499 ])500 AC_CONFIG_FILES(501 496 [tools/neercs/Makefile 502 497 ]) 498 AC_CONFIG_FILES( 499 [people/jnat/Makefile 500 people/touky/Makefile 501 ]) 503 502 504 503 AC_OUTPUT -
trunk/games/Makefile.am
r1713 r1744 6 6 SUBDIRS += orbital 7 7 8 SUBDIRS += ToukyDemo9 SUBDIRS += demo-jnat10
Note: See TracChangeset
for help on using the changeset viewer.