Files
wxWidgets/samples/dragimag/makefile.g95
Robin Dunn 9a0fa1f97d changing \ to /
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-04-02 21:30:59 +00:00

11 lines
169 B
Plaintext

# Purpose: makefile for dragimag example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../..
TARGET=dragimag
OBJECTS = $(TARGET).o
include $(WXDIR)/src/makeprog.g95