diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-11-10 22:08:30 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-11-10 22:08:30 +0000 |
| commit | 29ff9d8936012df936963669420965daa86dc8b2 (patch) | |
| tree | 52c89790b8428f4426e701fd2457c4dcd02f736b /test/Makefile | |
| parent | 250090b3f017ac3be12f4bcce9ea3cdecc59618d (diff) | |
Reverted my own modified test/Makefile for more utf9 test because it is not finished yet.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6516 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index d341970e2..5380661af 100644 --- a/test/Makefile +++ b/test/Makefile @@ -94,8 +94,8 @@ CPPFILES =\ tile.cxx \ tiled_image.cxx \ valuators.cxx \ - utf8.cxx \ - utf8c.cxx + utf8.cxx + ALL = \ unittests$(EXEEXT) \ adjuster$(EXEEXT) \ @@ -156,8 +156,7 @@ ALL = \ tiled_image$(EXEEXT) \ valuators$(EXEEXT) \ cairotest$(EXEEXT) \ - utf8$(EXEEXT) \ - utf8c$(EXEEXT) + utf8$(EXEEXT) GLALL = \ |
