]> git.saurik.com Git - wxWidgets.git/blame - samples/nativdlg/makefile.unx
Fixed bug that caused crashes if wxGrid::OnSize was called before grid was properly...
[wxWidgets.git] / samples / nativdlg / makefile.unx
CommitLineData
bbf1f0e5
KB
1#
2# File: makefile.unx
3# Author: Julian Smart
06ad8636 4# Created: 1998
bbf1f0e5 5# Updated:
06ad8636 6# Copyright: (c) 1998 Julian Smart
bbf1f0e5
KB
7#
8# "%W% %G%"
9#
06ad8636
JS
10# Makefile for nativdlg example (UNIX).
11# Actually, this is a Windows-specific example...
bbf1f0e5 12
06ad8636 13PROGRAM=nativdlg
bbf1f0e5 14
06ad8636 15OBJECTS=$(PROGRAM).o
bbf1f0e5 16
06ad8636 17include ../../src/makeprog.env