projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added missing -univ package control files.
[wxWidgets.git]
/
contrib
/
samples
/
ogl
/
ogledit
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
# Created by D.Chubraev, chubraev@iem.ee.ethz.ch
5
# 8 Nov 1994
6
#
7
8
WXDIR = $(%WXWIN)
9
10
PROGRAM = ogledit
11
EXTRALIBS = $(WXDIR)\lib\ogl.lib
12
OBJECTS = $(PROGRAM).obj doc.obj view.obj palette.obj
13
14
!include $(WXDIR)\src\makeprog.wat
15