Ignore:
Timestamp:
02/03/11 03:09:19 (13 years ago)
Author:
sz
Message:

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neuroimplfiles.h

    r66 r69  
    66#include "neuroimpl-channels.h"
    77#include "neuroimpl-fuzzy.h"
     8#ifdef GDK_WITHOUT_FRAMS
    89#include "neuroimpl-body-gdk.h"
     10#else
     11#include "neuroimpl-test.h"
     12#include "neuroimpl-body.h"
     13#include "neuroimpl-vectoreye.h"
     14#include "neuroimpl-vmot.hpp"
     15#endif
     16
Note: See TracChangeset for help on using the changeset viewer.