Added Makefile[.in] for wxGTK standard build. Are not yet used, because
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
This commit is contained in:
@@ -1 +1 @@
|
||||
include ../../../../install/unix/setup/general/makedirs
|
||||
include ../../../../setup/general/makedirs
|
||||
|
@@ -9,7 +9,7 @@ RULE=bin
|
||||
# define exexutable name
|
||||
BIN_TARGET=ogledit
|
||||
# define library sources
|
||||
BIN_SRC=\
|
||||
BIN_CPP_SRC=\
|
||||
ogledit.cpp\
|
||||
doc.cpp\
|
||||
view.cpp\
|
||||
@@ -23,7 +23,7 @@ BIN_OBJ=\
|
||||
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
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <wx/wx.h>
|
||||
#include <wx/string.h>
|
||||
#ifdef __WXGTK__
|
||||
#if 0 // def __WXGTK__
|
||||
#include <wx/toolbar.h>
|
||||
#else
|
||||
#include <wx/tbarsmpl.h>
|
||||
|
Reference in New Issue
Block a user