hedgewars/CMakeLists.txt
changeset 9302 1cf37fd7bc47
parent 9301 c5d1c8259ef4
child 9339 14f5f3a1e2f7
equal deleted inserted replaced
9301:c5d1c8259ef4 9302:1cf37fd7bc47
    29     uInputHandler.pas
    29     uInputHandler.pas
    30     uTextures.pas
    30     uTextures.pas
    31     uRenderUtils.pas
    31     uRenderUtils.pas
    32     uRender.pas
    32     uRender.pas
    33     uCaptions.pas
    33     uCaptions.pas
    34     uLandTexture.pas
       
    35     uIO.pas
    34     uIO.pas
    36     uChat.pas
    35     uChat.pas
    37     uPhysFSLayer.pas
    36     uPhysFSLayer.pas
    38     uStore.pas
       
    39     uSound.pas
    37     uSound.pas
    40     ArgParsers.pas
    38     ArgParsers.pas
    41     uRandom.pas
    39     uRandom.pas
    42     uLocale.pas
    40     uLocale.pas
    43     uStats.pas
    41     uStats.pas
    44     uCursor.pas
    42     uCursor.pas
    45     uVideoRec.pas
    43     uVideoRec.pas
    46     uAILandMarks.pas
    44     uAILandMarks.pas
    47     adler32.pas
    45     adler32.pas
    48     uLandTemplates.pas
    46     uLandTemplates.pas
       
    47     uLandTexture.pas
    49     uLandGraphics.pas
    48     uLandGraphics.pas
    50     uLandPainted.pas
    49     uLandPainted.pas
    51     uLandOutline.pas
    50     uLandOutline.pas
    52     uLandGenMaze.pas
    51     uLandGenMaze.pas
       
    52 
       
    53     #this is where dependency tracking becomes hard
       
    54     uStore.pas
       
    55     uAmmos.pas
    53     uLandObjects.pas
    56     uLandObjects.pas
    54     uLand.pas
    57     uLand.pas
    55     uAmmos.pas
    58     uGearsList.pas
    56 
    59     uCollisions.pas
    57     #this is where dependency tracking becomes hard
       
    58     uAIMisc.pas
    60     uAIMisc.pas
    59     uAIActions.pas
    61     uAIActions.pas
       
    62     uAIAmmoTests.pas
    60     uAI.pas
    63     uAI.pas
    61     uWorld.pas
    64     uWorld.pas
    62     uVisualGearsList.pas
    65     uVisualGearsList.pas
    63     uVisualGearsHandlers.pas
    66     uVisualGearsHandlers.pas
    64     uVisualGears.pas
    67     uVisualGears.pas
    65     uTeams.pas
       
    66 
    68 
    67     uGearsList.pas
       
    68     uCollisions.pas
       
    69     uAIAmmoTests.pas
       
    70     uGears.pas
    69     uGears.pas
    71     uGame.pas
    70     uGame.pas
    72     uCommandHandlers.pas
    71     uCommandHandlers.pas
    73     uGearsRender.pas
    72     uGearsRender.pas
    74     uGearsHedgehog.pas
    73     uGearsHedgehog.pas
    75     uGearsHandlers.pas
    74     uGearsHandlers.pas
    76     uGearsHandlersRope.pas
    75     uGearsHandlersRope.pas
    77     uGearsHandlersMess.pas
    76     uGearsHandlersMess.pas
    78     uGearsUtils.pas
    77     uGearsUtils.pas
       
    78     uTeams.pas
    79 
    79 
    80     #these interact with everything, so compile last
    80     #these interact with everything, so compile last
    81     uScript.pas
    81     uScript.pas
    82     hwengine.pas
    82     hwengine.pas
    83 
    83