From 679b7ec444f0c15a60d6ecc79efc0a0cd6f9cb4b Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 12 Jun 2004 01:26:38 +0000 Subject: [PATCH] don't install runPythonEmacs on Linux --- direct/src/directscripts/Sources.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/directscripts/Sources.pp b/direct/src/directscripts/Sources.pp index b6f46d22c3..0f33d11f05 100644 --- a/direct/src/directscripts/Sources.pp +++ b/direct/src/directscripts/Sources.pp @@ -1,7 +1,7 @@ -#if $[CTPROJS] - // This script is only useful if you're using the ctattach scripts; - // therefore, we only bother to install it if you're using the - // cattach scripts. +#if $[and $[CTPROJS],$[WINDOWS_PLATFORM]] + // This script is only useful if you're using the ctattach script on + // Windows; therefore, we only bother to install it if you're using + // the cattach scripts. #define INSTALL_SCRIPTS runPythonEmacs #endif