diff options
Diffstat (limited to 'servers/physics/joints/SCsub')
-rw-r--r-- | servers/physics/joints/SCsub | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/servers/physics/joints/SCsub b/servers/physics/joints/SCsub new file mode 100644 index 0000000000..97d6edea21 --- /dev/null +++ b/servers/physics/joints/SCsub @@ -0,0 +1,8 @@ +Import('env') + +env.add_source_files(env.servers_sources,"*.cpp") + +Export('env') + + + |