Kaydet (Commit) d941dbc8 authored tarafından Noel Power's avatar Noel Power

initial commit of code reorg, existing files that are modified

üst b56e08d1
...@@ -400,7 +400,42 @@ File gid_File_Lib_Vbaobj ...@@ -400,7 +400,42 @@ File gid_File_Lib_Vbaobj
#endif #endif
End End
File gid_File_Lib_Vbaswobj
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
RegistryID = gid_Starregistry_Services_Rdb;
Dir = gid_Dir_Program;
#ifdef UNX
Name = STRING(CONCAT4(libvbaswobj,DLLPOSTFIX,.uno,UNXSUFFIX));
#else
Name = STRING(CONCAT4(vbaswobj,DLLPOSTFIX,.uno,.dll));
#endif
End
File gid_File_Lib_Vbamsforms
TXT_FILE_BODY;
Styles = (PACKED,UNO_COMPONENT);
RegistryID = gid_Starregistry_Services_Rdb;
Dir = gid_Dir_Program;
#ifdef UNX
Name = STRING(CONCAT4(libmsforms,DLLPOSTFIX,.uno,UNXSUFFIX));
#else
Name = STRING(CONCAT4(msforms,DLLPOSTFIX,.uno,.dll));
#endif
End
#endif // VBA_EXTENSION #endif // VBA_EXTENSION
File gid_File_Lib_Vbahelper
TXT_FILE_BODY;
Styles = (PACKED);
RegistryID = gid_Starregistry_Services_Rdb;
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
Name = STRING(CONCAT3(libvbahelper,DLLPOSTFIX,UNXSUFFIX));
#else
Name = STRING(CONCAT3(vbahelper,DLLPOSTFIX,.dll));
#endif
End
#endif // ENABLE_VBA #endif // ENABLE_VBA
......
...@@ -188,6 +188,7 @@ SAXLIB=-lsax$(DLLPOSTFIX) ...@@ -188,6 +188,7 @@ SAXLIB=-lsax$(DLLPOSTFIX)
MAILLIB=-lmail MAILLIB=-lmail
DOCMGRLIB=-ldmg$(DLLPOSTFIX) DOCMGRLIB=-ldmg$(DLLPOSTFIX)
BASICLIB=-lsb$(DLLPOSTFIX) BASICLIB=-lsb$(DLLPOSTFIX)
VBAHELPERLIB=-lvbahelper$(DLLPOSTFIX)
DBTOOLSLIB=-ldbtools$(DLLPOSTFIX) DBTOOLSLIB=-ldbtools$(DLLPOSTFIX)
HM2LIBSH=-lhmwrpdll HM2LIBSH=-lhmwrpdll
HM2LIBST=-lhmwrap HM2LIBST=-lhmwrap
...@@ -420,6 +421,7 @@ SAXLIB=isax.lib ...@@ -420,6 +421,7 @@ SAXLIB=isax.lib
MAILLIB=mail.lib MAILLIB=mail.lib
DOCMGRLIB=docmgr.lib DOCMGRLIB=docmgr.lib
BASICLIB=basic.lib BASICLIB=basic.lib
VBAHELPERLIB=vbahelper.lib
TKTLIB=tkt.lib TKTLIB=tkt.lib
SJLIB=sj.lib SJLIB=sj.lib
SVXCORELIB=isvxcore.lib SVXCORELIB=isvxcore.lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment