38 lines
790 B
Makefile
38 lines
790 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.
|
|
|
|
FORMS=\
|
|
CityList.42f\
|
|
TwoLists.42f\
|
|
ThreeLists.42f\
|
|
QueryCustomers.42f\
|
|
CustListEdit.42f\
|
|
Mailer.42f\
|
|
SubBlockActions.42f
|
|
|
|
MODULES=\
|
|
MsgBox.42m\
|
|
CityList.42m\
|
|
Styles.42m\
|
|
TwoLists.42m\
|
|
ThreeLists.42m\
|
|
QueryCustomers.42m\
|
|
CustListEdit.42m\
|
|
Mailer.42m\
|
|
SubBlockActions.42m
|
|
|
|
SUBDIRS=\
|
|
FormWizard\
|
|
FileDlg\
|
|
Folder\
|
|
ListAndEditableDetail\
|
|
MultiMasterDetail\
|
|
|
|
include ../Makeincl
|