]> git.saurik.com Git - wxWidgets.git/blame - utils/makegen/templates/makefile.g95
Unicode compilation fix
[wxWidgets.git] / utils / makegen / templates / makefile.g95
CommitLineData
6809ee4b
VZ
1# Purpose: makefile for #NAME example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=#NAME
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)\src\makeprog.g95
10