Changeset 1744 for trunk


Ignore:
Timestamp:
Aug 15, 2012, 1:57:06 PM (11 years ago)
Author:
sam
Message:

build: reorganise person stuff inside a people/ directory.

Location:
trunk
Files:
2 added
4 edited
15 moved

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r1524 r1744  
    11
    2 SUBDIRS = src tutorial test tools games
     2# Put "people" at the end because they're more likely to break builds.
     3SUBDIRS = src tutorial test tools games people
    34DIST_SUBDIRS = $(SUBDIRS) build binaries
    45
  • trunk/build/vs2010/Lol.sln

    r1714 r1744  
    8888Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Touky", "Touky", "{9EA99B18-D352-47F6-BC04-A0B49CAA2772}"
    8989EndProject
    90 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToukyDemo", "..\..\games\ToukyDemo\ToukyDemo.vcxproj", "{EE203B88-44CF-4859-9D42-7A5F43FECB52}"
     90Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ToukyDemo", "..\..\people\touky\ToukyDemo.vcxproj", "{EE203B88-44CF-4859-9D42-7A5F43FECB52}"
    9191EndProject
    9292Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BtPhysTest", "..\..\test\BtPhysTest.vcxproj", "{EE203B88-44CF-4859-9D42-7A1F43FECB52}"
     
    9696Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jnat", "Jnat", "{0A1651FC-322B-4B04-82CB-28E9046D9383}"
    9797EndProject
    98 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-jnat", "..\..\games\demo-jnat\demo-jnat.vcxproj", "{A69411B3-6DE8-404E-8E70-0D3375A7492A}"
     98Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-jnat", "..\..\people\jnat\demo-jnat.vcxproj", "{A69411B3-6DE8-404E-8E70-0D3375A7492A}"
    9999EndProject
    100100Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sam", "Sam", "{928A359C-9C41-400A-8D2D-A054B33A79F5}"
  • trunk/configure.ac

    r1713 r1744  
    473473  build/Makefile
    474474  binaries/Makefile
     475  people/Makefile
    475476  games/Makefile
    476477  tools/Makefile
     
    493494])
    494495AC_CONFIG_FILES(
    495  [games/demo-jnat/Makefile
    496 ])
    497 AC_CONFIG_FILES(
    498  [games/ToukyDemo/Makefile
    499 ])
    500 AC_CONFIG_FILES(
    501496 [tools/neercs/Makefile
    502497])
     498AC_CONFIG_FILES(
     499 [people/jnat/Makefile
     500  people/touky/Makefile
     501])
    503502
    504503AC_OUTPUT
  • trunk/games/Makefile.am

    r1713 r1744  
    66SUBDIRS += orbital
    77
    8 SUBDIRS += ToukyDemo
    9 SUBDIRS += demo-jnat
    10 
Note: See TracChangeset for help on using the changeset viewer.