X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc6bbc6dad24c086af8ed1caea39dc3d4482eb95..2b33b72819002e038a2a0cb2b3aa9b2cde880c7a:/samples/toolbar/makefile.g95?ds=inline diff --git a/samples/toolbar/makefile.g95 b/samples/toolbar/makefile.g95 index d011eb9db7..25bcc5b88a 100644 --- a/samples/toolbar/makefile.g95 +++ b/samples/toolbar/makefile.g95 @@ -1,16 +1,10 @@ -# -# File: makefile.g95 -# Author: Julian Smart -# Created: 1999 -# Updated: -# Copyright: (c) Julian Smart, 1999 -# -# Makefile for wxWindows sample (Cygwin/Mingw32). +# Purpose: makefile for toolbar example (Cygwin/Mingw32) +# Created: #03.01.00 WXDIR = ../.. TARGET=toolbar OBJECTS = $(TARGET).o -include $(WXDIR)/src/makeprog.g95 +include $(WXDIR)\src\makeprog.g95