git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
#
|
|
# File: makefile.g95
|
|
# Author: Julian Smart
|
|
# Created: 1999
|
|
# Updated:
|
|
# Copyright: (c) Julian Smart, 1999
|
|
#
|
|
# Makefile for wxWindows OGL library Cygwin/Mingw32).
|
|
|
|
WXDIR = ../../..
|
|
|
|
LIBTARGET=$(WXDIR)/lib/libogl.a
|
|
OBJECTS = basic.o basic2.o canvas.o ogldiag.o lines.o misc.o divided.o constrnt.o\
|
|
composit.o drawn.o bmpshape.o mfutils.o
|
|
|
|
include $(WXDIR)/src/makelib.g95
|
|
|