Changeset 287 for cpp/README.txt


Ignore:
Timestamp:
01/05/15 23:19:10 (9 years ago)
Author:
Maciej Komosinski
Message:

GDK->SDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/README.txt

    r196 r287  
    1 ____________________ Building GDK test applications ____________________
     1_______________ Building SDK demos and test applications ________________
    22
    3 make -f frams/Makefile-GDK gdk_tests
     3make -f frams/Makefile-SDK sdk_tests
    44
    55
    66Even if you don't use 'make', you can create a project for your favorite
    77development environment. The sources should compile under *nixes, macos,
    8 windows (visual c++, borland), cygwin, android, ios, tizen, and bada.
     8windows (visual c++, borland/embarcadero), cygwin, android, ios, and tizen.
    99
    1010
     
    1313   +- common         - general compatibility layer, utilities
    1414   +- frams          - framsticks modules
    15       +- _demos      - GDK test applications
    16       +- config      - GDK elements declarations
     15      +- _demos      - SDK test applications
     16      +- config      - SDK elements declarations
    1717      +- errmgr      - error manager (logging/messaging)
    1818      +- genetics    - genetic operators and converters between formats
Note: See TracChangeset for help on using the changeset viewer.