36 lines
1.4 KiB
Plaintext
Executable File
36 lines
1.4 KiB
Plaintext
Executable File
#
|
|
# Temporary makefiles list
|
|
#
|
|
# - scope of work declaration
|
|
# - for development
|
|
# - may become a recognised filetype so to ensure simple project conversion without batch files.
|
|
|
|
build %RS_TOOLSROOT%\etc\projgen\game.build
|
|
|
|
# Game projects
|
|
%RS_CODEBRANCH%\game\vs_project1_lib\game1_lib.txt
|
|
%RS_CODEBRANCH%\game\vs_project2_lib\game2_lib.txt
|
|
%RS_CODEBRANCH%\game\vs_project3_lib\game3_lib.txt
|
|
%RS_CODEBRANCH%\game\vs_project4_lib\game4_lib.txt
|
|
%RS_CODEBRANCH%\game\vs_project\RageMisc\ragemisc.txt
|
|
%RS_CODEBRANCH%\game\VS_Project_network\network.txt
|
|
|
|
# Rage projects
|
|
%RAGE_DIR%\base\src\vcproj\RageAudio\RageAudio.txt
|
|
%RAGE_DIR%\base\src\vcproj\RageCore\RageCore.txt
|
|
%RAGE_DIR%\base\src\vcproj\RageCreature\RageCreature.txt
|
|
%RAGE_DIR%\base\src\vcproj\RageGraphics\RageGraphics.txt
|
|
%RAGE_DIR%\base\src\vcproj\RageNet\RageNet.txt
|
|
%RAGE_DIR%\base\src\vcproj\RagePhysics\RagePhysics.txt
|
|
%RAGE_DIR%\script\src\vcproj\RageScript\RageScript.txt
|
|
%RAGE_DIR%\suite\src\vcproj\RageSuiteCreature\RageSuiteCreature.txt
|
|
%RAGE_DIR%\suite\src\vcproj\RageSuiteMisc\RageSuiteMisc.txt
|
|
%RAGE_DIR%\framework\src\vcproj\RageFramework\RageFramework.txt
|
|
%RAGE_DIR%\scaleform\src\vcproj\Scaleformgfx\Scaleformgfx.txt
|
|
%RAGE_DIR%\naturalmotion\vcproj\NaturalMotion\NaturalMotion.txt
|
|
|
|
# Game Executable
|
|
%RS_CODEBRANCH%\game\vs_project\make.txt
|
|
|
|
# Solution
|
|
%RS_CODEBRANCH%\game\vs_project\game.slndef |