diff options
Diffstat (limited to 'servers/physics/joints/SCsub')
-rw-r--r-- | servers/physics/joints/SCsub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/servers/physics/joints/SCsub b/servers/physics/joints/SCsub deleted file mode 100644 index d730144861..0000000000 --- a/servers/physics/joints/SCsub +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python - -Import('env') - -env.add_source_files(env.servers_sources, "*.cpp") |