27 lines
634 B
Makefile
27 lines
634 B
Makefile
# Property of Four Js*
|
|
# (c) Copyright Four Js 1995, 2019. All Rights Reserved.
|
|
# * Trademark of Four Js Development Tools Europe Ltd
|
|
# in the United States and elsewhere
|
|
#
|
|
# Four Js and its suppliers do not warrant or guarantee that these
|
|
# samples are accurate and suitable for your purposes. Their inclusion is
|
|
# purely for information purposes only.
|
|
|
|
MODULES =\
|
|
MsgBox.42m\
|
|
CityList.42m\
|
|
CityList.42f\
|
|
OrderInput.42m\
|
|
CustOrders.42m\
|
|
CustOrders2.42m\
|
|
CustOrders3.42m
|
|
|
|
FORMS = \
|
|
CustOrders.42f\
|
|
CustOrders2.42f\
|
|
CustOrders3.42f\
|
|
Orders.42f\
|
|
ItemList.42f
|
|
|
|
include ../../Makeincl
|