3f1802b55d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
# Purpose: makefile for multicell example (BC++ 32bit)
|
|
# Created 2000-07-28
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
TARGET=mtest
|
|
OBJECTS = $(TARGET).obj
|
|
EXTRALIBS=$(WXDIR)\lib\gizmos.lib
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|