' Purpose: Include file for crwsetup.inc, contains defines for different software builds.
'
' Revisions:
'
' Note: Comments begin with ' or REM. Metacommands begin with '$.
'
' Uncomment the correct define for each different installation.
''$DEFINE CRW
''$DEFINE CRWPRO
'$DEFINE CRWEVALUATE
'$DEFINE OEM1
' Uncomment this define to activate the file searching.
''$DEFINE FIND_APP_FILE
'$IFDEF FIND_APP_FILE
' Change these to the correct application and file name to be searched for.
CONST S_OEM_SEARCH_FOR_APP$ = "Protogen+" ' This is the name of the application. This name appears in the Search and Set Application Directory dialogs. Maximum length is about 10 uppercase letters or 13 lowercase letters.
CONST S_OEM_SEARCH_FOR_FILE$ = "PVCUSTOM.TAB" ' This is the name of the file to search for.