Skip to content

Commit 86a154a

Browse files
authored
Fix gem declarations for Monolithic builds (#78)
Fixed module declarations for components
1 parent 00c52ef commit 86a154a

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

Gems/ExposeConsoleToRos/Code/Source/Clients/ExposeConsoleToRosModule.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,4 @@ namespace ExposeConsoleToRos
1313
};
1414
} // namespace ExposeConsoleToRos
1515

16-
#if defined(O3DE_GEM_NAME)
17-
AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME), ExposeConsoleToRos::ExposeConsoleToRosModule)
18-
#else
1916
AZ_DECLARE_MODULE_CLASS(Gem_ExposeConsoleToRos, ExposeConsoleToRos::ExposeConsoleToRosModule)
20-
#endif

Gems/ExposeConsoleToRos/Code/Source/Tools/ExposeConsoleToRosEditorModule.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ namespace ExposeConsoleToRos
3737
};
3838
} // namespace ExposeConsoleToRos
3939

40-
#if defined(O3DE_GEM_NAME)
41-
AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME, _Editor), ExposeConsoleToRos::ExposeConsoleToRosEditorModule)
42-
#else
4340
AZ_DECLARE_MODULE_CLASS(Gem_ExposeConsoleToRos_Editor, ExposeConsoleToRos::ExposeConsoleToRosEditorModule)
44-
#endif

Gems/Smoothing/Code/Source/Tools/SmoothingEditorModule.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,4 @@ namespace Smoothing
3838
};
3939
} // namespace Smoothing
4040

41-
#if defined(O3DE_GEM_NAME)
42-
AZ_DECLARE_MODULE_CLASS(AZ_JOIN(Gem_, O3DE_GEM_NAME, _Editor), Smoothing::SmoothingEditorModule)
43-
#else
4441
AZ_DECLARE_MODULE_CLASS(Gem_Smoothing_Editor, Smoothing::SmoothingEditorModule)
45-
#endif

0 commit comments

Comments
 (0)