65045edde4
Implemented the "endl" thing for text streams, Corrected cursor display for text ctrls, Corrected the strange spin button behaviour when dynamically changing its range Corrcected bug in wxListBox when programmatically unselecting an item in multi-select mode (bug reports are getting esoteric) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 lines
328 B
Makefile
24 lines
328 B
Makefile
#
|
|
# File: makefile.unx
|
|
# Author: Julian Smart
|
|
# Created: 1998
|
|
# Updated:
|
|
# Copyright: (c) 1998 Julian Smart
|
|
#
|
|
# "%W% %G%"
|
|
#
|
|
# Makefile for text example (UNIX).
|
|
|
|
top_srcdir = @top_srcdir@
|
|
top_builddir = ../..
|
|
program_dir = samples/text
|
|
|
|
DATAFILES = text.cpp
|
|
|
|
PROGRAM=text
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
include ../../src/makeprog.env
|
|
|