From 672f62cb876aebcface2554df08134ac01a70bb6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 18 Jun 2004 23:10:39 +0000 Subject: [PATCH] add options for individual compile --- panda/src/pgraph/Sources.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/panda/src/pgraph/Sources.pp b/panda/src/pgraph/Sources.pp index ddd5c03acb..758b81c15c 100644 --- a/panda/src/pgraph/Sources.pp +++ b/panda/src/pgraph/Sources.pp @@ -273,6 +273,12 @@ #define IGATESCAN all +// Uncomment these lines to compile everything individually instead of +// combining into pgraph_composite*.cxx. + +// #define COMBINED_SOURCES +// #define SOURCES $[SOURCES] $[INCLUDED_SOURCES] + #end lib_target