1998-05-20 14:21:00 +00:00
|
|
|
#
|
|
|
|
# File: makefile.unx
|
|
|
|
# Author: Julian Smart
|
1999-01-24 23:56:51 +00:00
|
|
|
# Created: 1998
|
1998-05-20 14:21:00 +00:00
|
|
|
# Updated:
|
1999-01-24 23:56:51 +00:00
|
|
|
# Copyright: (c) 1998 Julian Smart
|
1998-05-20 14:21:00 +00:00
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
1999-01-24 23:56:51 +00:00
|
|
|
# Makefile for nativdlg example (UNIX).
|
|
|
|
# Actually, this is a Windows-specific example...
|
1998-05-20 14:21:00 +00:00
|
|
|
|
1999-01-24 23:56:51 +00:00
|
|
|
PROGRAM=nativdlg
|
1998-05-20 14:21:00 +00:00
|
|
|
|
1999-01-24 23:56:51 +00:00
|
|
|
OBJECTS=$(PROGRAM).o
|
1998-05-20 14:21:00 +00:00
|
|
|
|
1999-01-24 23:56:51 +00:00
|
|
|
include ../../src/makeprog.env
|