# HG changeset patch # User Claus Gittinger # Date 1255190348 -7200 # Node ID 4afc3ed7d2d6063814b48c5cb6131eff67d8fefa # Parent b809e5227307be3d33c3099b31628a43e6010d47 automatically generated by browser diff -r b809e5227307 -r 4afc3ed7d2d6 libInit.cc --- a/libInit.cc Sat Oct 10 17:58:59 2009 +0200 +++ b/libInit.cc Sat Oct 10 17:59:08 2009 +0200 @@ -1,7 +1,7 @@ /* * $Header$ * - * DO NOT EDIT + * DO NOT EDIT * automagically generated from the projectDefinition: stx_libtool2. */ #define __INDIRECTVMINITCALLS__ @@ -9,7 +9,7 @@ #ifdef WIN32 # pragma codeseg INITCODE "INITCODE" -#endif +#endif #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT) DLL_EXPORT void _libstx_libtool2_Init() INIT_TEXT_SECTION; @@ -23,6 +23,7 @@ _FlyByWindowInformation_Init(pass,__pRT__,snd); _ImageEditor_Init(pass,__pRT__,snd); _MenuEditor_Init(pass,__pRT__,snd); +_ProjectBuilder_Init(pass,__pRT__,snd); _SelectionBrowser_Init(pass,__pRT__,snd); _TabListEditor_Init(pass,__pRT__,snd); _UIGalleryView_Init(pass,__pRT__,snd);