/////////////////////////////////////////////////////////////////////////////// // // ## ###### // ###### ### // ## ############### Shark 3D Engine (www.shark3d.com) // ########## # # # // ######## Copyright (c) 1996-2006 Spinor GmbH. // ######### # # # All rights reserved. // ## ########## // ## // /////////////////////////////////////////////////////////////////////////////// // This file configures a Shark3D project and is used by several tools. // // File syntax: Snake File Format, see documentation for details. // Each field has a name and none, one or more values of type integer, // float, string or chunk. // // = Comment until end of line. // /* xxx */ = Long comment // { xxx } = Chunk containing fields again. // & = Concat strings (to split strings over more than one line). // // File content: See comments below and source code of the player. // - Keybord mapping see near the end of this file. // - The startup resource of the project is defined in the entry "startup". /////////////////////////////////////////////////////////////////////////////// res { src_dir "src/res/" bin_dir "bin/res/" info_prefix "res:" // Exclude pathes containing a "$" character. include_pat "!*$*&!*.$$$&!*.svn&!*.svn/*" targets { src_suffix ".s3d_actor" bin_suffix ".s3d_actor_run" can_copy 1 } { src_suffix ".pa" bin_suffix ".par" can_copy 1 } { src_suffix ".s3d_shader" bin_suffix ".s3d_shader_run" can_copy 1 } { src_suffix ".s3d_shaderprog" bin_suffix ".s3d_shaderprog_run" can_copy 1 } { src_suffix ".s3d_inst" bin_suffix ".s3d_inst_run" can_copy 1 } { src_suffix ".s3d_model" bin_suffix ".s3d_model_run" can_copy 0 } { src_suffix ".s3d_pospath" bin_suffix ".s3d_pospath_run" can_copy 1 } { src_suffix ".s3d_shadercode" bin_suffix ".s3d_shadercode_run" can_copy 1 } { src_suffix ".s3d_boneanim" bin_suffix ".s3d_boneanim_run" can_copy 0 } { src_suffix ".s3d_bonemotion" bin_suffix ".s3d_bonemotion_run" can_copy 0 } { src_suffix ".s3d_pvs" bin_suffix ".s3d_pvs_run" can_copy 0 } { src_suffix ".s3d_perch" bin_suffix ".s3d_perch_run" can_copy 0 } { src_suffix ".tga" bin_suffix ".tga" can_copy 1 } { src_suffix ".bmp" bin_suffix ".bmp" can_copy 1 } { src_suffix ".png" bin_suffix ".png" can_copy 1 } { src_suffix ".jpg" bin_suffix ".jpg" can_copy 1 } { src_suffix ".tif" bin_suffix ".tif" can_copy 1 } { src_suffix ".dds" bin_suffix ".dds" can_copy 1 } { src_suffix ".avi" bin_suffix ".avi" can_copy 1 } { src_suffix ".wav" bin_suffix ".wav" can_copy 1 } { src_suffix ".vag" bin_suffix ".vag" can_copy 1 } { src_suffix ".ttf" bin_suffix ".ttf" can_copy 1 } { src_suffix ".mesh" bin_suffix ".mesh" can_copy 1 } }