mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
New Functions4U package
git-svn-id: svn://ultimatepp.org/upp/trunk@1754 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8471b9a1c7
commit
02ca46e765
2 changed files with 12 additions and 14 deletions
|
|
@ -1,13 +1,12 @@
|
|||
description "OfficeAutomation demo console";
|
||||
|
||||
uses
|
||||
Core,
|
||||
OfficeAutomation,
|
||||
SysInfo;
|
||||
|
||||
file
|
||||
"OfficeAutomation_demo_console.cpp";
|
||||
|
||||
mainconfig
|
||||
"" = "MT";
|
||||
|
||||
description "OfficeAutomation demo console\377";
|
||||
|
||||
uses
|
||||
Core,
|
||||
OfficeAutomation;
|
||||
|
||||
file
|
||||
OfficeAutomation_demo_console.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@
|
|||
#define _OfficeAutomation_demo_console_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "OfficeAutomation/init"
|
||||
#include "SysInfo/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue