Added a hack to configure.in to enable cross compiling of glcanvas; search
for GL_TOOLKIT_DIR to see what I mean. Added Makefile.in to glcanvas/win git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
21
utils/glcanvas/win/Makefile.in
Normal file
21
utils/glcanvas/win/Makefile.in
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# File: Makefile
|
||||
# Author: Robert Roebling
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Robert Roebling
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ../../..
|
||||
|
||||
VPATH= $(top_srcdir)/utils/glcanvas/win
|
||||
|
||||
LIBTARGET=libwxglcanvas
|
||||
|
||||
OBJECTS=glcanvas.o
|
||||
|
||||
include $(top_builddir)/src/makelib.env
|
||||
|
Reference in New Issue
Block a user