projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
forgotten method declaration
[wxWidgets.git]
/
contrib
/
samples
/
gizmos
/
multicell
/
makefile.b32
1
# Purpose: makefile for multicell example (BC++ 32bit)
2
# Created 2000-07-28
3
4
WXDIR = $(WXWIN)
5
6
TARGET=mtest
7
OBJECTS = $(TARGET).obj
8
EXTRALIBS=$(WXDIR)\lib\gizmos.lib
9
10
!include $(WXDIR)\src\makeprog.b32
11