e442cc0d9d
Define wxUSE_NEW_GRID as 1 in setup.h to use the new wxGrid. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 lines
237 B
Plaintext
16 lines
237 B
Plaintext
#
|
|
# File: makefile.g95
|
|
# Author: Michael Bedward
|
|
# Created: 1999
|
|
# Updated:
|
|
#
|
|
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
|
|
|
WXDIR = ../..
|
|
|
|
TARGET=griddemo
|
|
OBJECTS = $(TARGET).o
|
|
|
|
include $(WXDIR)\src\makeprog.g95
|
|
|