From 57afa6826bca1f71adc6bf7bd36f237dac3266fa Mon Sep 17 00:00:00 2001 From: Gyedo Jeon Date: Tue, 5 May 2009 18:50:16 +0000 Subject: [PATCH] Moved toontown specific codes --- direct/src/leveleditor/Sources.pp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/direct/src/leveleditor/Sources.pp b/direct/src/leveleditor/Sources.pp index a0f662e625..55b12dc4fa 100644 --- a/direct/src/leveleditor/Sources.pp +++ b/direct/src/leveleditor/Sources.pp @@ -1,15 +1,3 @@ -// Arguably, this directory doesn't really belong in direct at all, -// since it's so very Toontown-specific. The scripts here certainly -// won't be useful to people outside the VR Studio. +// Toontown-specific codes have been moved into $TOONTOWN source tree -// In the short term, we'll just disable the installation of this -// directory unless you have the ctattach tools in effect (which -// generally indicates that you're a member of the VR Studio). - -#define BUILD_DIRECTORY $[CTPROJS] - -// Install scripts for building zipfiles (leveleditor and RobotToonManager) -#if $[CTPROJS] - #define INSTALL_SCRIPTS printdir printlib copyfiles copyfiles.pl zipfiles -#endif