wxGTK's createall script doesn't look in this dir...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1836
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-include ../../../../install/unix/setup/general/makedirs
+include ../../../../setup/general/makedirs
# define exexutable name
BIN_TARGET=ogledit
# define library sources
-BIN_SRC=\
+BIN_CPP_SRC=\
ogledit.cpp\
doc.cpp\
view.cpp\
BIN_LINK=-lwx_ogl_gtk
# additional things needed to compile
-ADD_COMPILE=-I../../src
+ADD_COMPILE=-I../../../src
# include the definitions now
include ../../../../../template.mak
#include <wx/wx.h>
#include <wx/string.h>
-#ifdef __WXGTK__
+#if 0 // def __WXGTK__
#include <wx/toolbar.h>
#else
#include <wx/tbarsmpl.h>