]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/builder/makefile.dos
attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)
[wxWidgets.git] / utils / Install / builder / makefile.dos
CommitLineData
f6bcfd97
BP
1# Purpose: makefile for toolbar example (VC++ 1.5x)
2# Created: 2000-03-14
3
4WXDIR = $(WXWIN)
5
6TARGET=toolbar
7OBJECTS=$(TARGET).obj
8
9!include $(WXDIR)\src\makeprog.msc
10