Changeset 69 for cpp/gdk/modelparts.cpp


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/modelparts.cpp

    r66 r69  
    2222#include "extvalue.h"
    2323
     24#ifndef GDK_WITHOUT_FRAMS
    2425#include "neuroclsobject.h"
     26#endif
    2527
    2628template<>
     
    528530void Neuro::get_classObject(PARAMGETARGS)
    529531{
     532#ifndef GDK_WITHOUT_FRAMS
    530533NeuroClassExt::makeStaticObject(ret,getClass());
     534#endif
    531535}
    532536
Note: See TracChangeset for help on using the changeset viewer.