projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
test for wxLog interaction with wxYield better
[wxWidgets.git]
/
contrib
/
samples
/
gizmos
/
multicell
/
makefile.sl
1
# Purpose: makefile for multicell example (Salford C++)
2
# Created 2000-07-28
3
4
PROGRAM = mtest
5
OBJECTS = $(PROGRAM).obj ..\src\multicell.obj
6
EXTRAINC=-I..\include
7
8
include ..\..\src\makeprog.sl
9
10
all: wx $(TARGET)
11
12
wx:
13
cd $(WXDIR)\src\msw ^ mk32 -f makefile.sl all
14
cd $(WXDIR)\samples\notebook
15