From 26b1336ffbd00053e73b7abc9c5f4a6107b95db7 Mon Sep 17 00:00:00 2001 From: klueska Date: Wed, 4 Feb 2009 03:10:12 +0000 Subject: [PATCH] Small modification to tosthreads extra files --- support/make/cthreads.extra | 1 + support/make/dynthreads.extra | 1 + 2 files changed, 2 insertions(+) diff --git a/support/make/cthreads.extra b/support/make/cthreads.extra index cb50e5f7..e8b978ac 100644 --- a/support/make/cthreads.extra +++ b/support/make/cthreads.extra @@ -3,6 +3,7 @@ #Get all the normal include directories for a threads build $(call TOSMake_include,threads.extra) +PFLAGS += -DCTHREADS #Include directories required specifically for cthreads builds THREADS_CSYSTEM_DIR = $(TOS_THREADS_DIR)/csystem diff --git a/support/make/dynthreads.extra b/support/make/dynthreads.extra index 2950cc26..02e3ee84 100644 --- a/support/make/dynthreads.extra +++ b/support/make/dynthreads.extra @@ -6,6 +6,7 @@ BUILD_DEPS = dynthreads_all #Get all the normal include directories for a cthreads build $(call TOSMake_include,cthreads.extra) +PFLAGS += -DDYNTHREADS #Stuff to build dynamically loadable binary DYNLOAD_CFILE = $(TOSTHREAD_MAIN_PATH) -- 2.39.2