From fd3323177d1bceea0cfac851f36fc4a46fc03366 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 8 Oct 2002 15:55:24 -0400 Subject: new plugin API --- Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 2 +- Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index 4eca9a4..91bda8c 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -55,7 +55,7 @@ static void Destructor(void *inf) } #ifdef MUCHO_MUDSLIDE -void CM_PLUGIN_EXPORT cmInitializeCommand(cmLoadedCommandInfo *info) +void CM_PLUGIN_EXPORT CMAKE_TEST_COMMANDInit(cmLoadedCommandInfo *info) { info->InitialPass = InitialPass; info->FinalPass = FinalPass; diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c index 4eca9a4..91bda8c 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c @@ -55,7 +55,7 @@ static void Destructor(void *inf) } #ifdef MUCHO_MUDSLIDE -void CM_PLUGIN_EXPORT cmInitializeCommand(cmLoadedCommandInfo *info) +void CM_PLUGIN_EXPORT CMAKE_TEST_COMMANDInit(cmLoadedCommandInfo *info) { info->InitialPass = InitialPass; info->FinalPass = FinalPass; -- cgit v0.12