mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
71a8b72688
commit
ba41459a1a
3 changed files with 14 additions and 29 deletions
|
|
@ -11,25 +11,12 @@ file
|
|||
main.cpp,
|
||||
SVG readonly separator,
|
||||
svg\altum_angelfish_01.svg,
|
||||
svg\bored_dog_01.svg,
|
||||
svg\brown_fish_01.svg,
|
||||
svg\filltest.svg,
|
||||
svg\gradient2.svg,
|
||||
svg\gradient-alignment.svg,
|
||||
svg\matrix.svg,
|
||||
svg\polys.svg,
|
||||
svg\anne.svg,
|
||||
svg\transparency.svg,
|
||||
svg\tux.svg,
|
||||
svg\radialgradient1.svg,
|
||||
svg\rg1024_Presentation_with_girl.svg,
|
||||
svg\dashtest.svg,
|
||||
svg\radialgradient2.svg,
|
||||
svg\shapes-polygon-01-t.svg,
|
||||
svg\twitter2.svg,
|
||||
svg\twitter.svg,
|
||||
svg\yinyang.svg,
|
||||
svg\batik70.svg;
|
||||
svg\yinyang.svg;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ using namespace Upp;
|
|||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
int n;
|
||||
VectorMap<String, int> map;
|
||||
Cout() << " lines words bytes file\n";
|
||||
int total_lines = 0;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
description "Word-count utility";
|
||||
|
||||
optimize_speed;
|
||||
description "Word-count utility\377";
|
||||
|
||||
uses
|
||||
Core;
|
||||
|
|
@ -12,3 +10,4 @@ mainconfig
|
|||
"" = "",
|
||||
"" = "USEMALLOC",
|
||||
"" = "MT";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue