ApplicationDefinition.st
branchjv
changeset 20020 34c8b56353bd
parent 19987 bf8b2735f3fd
child 20079 8d884971c2ed
equal deleted inserted replaced
20019:9cd2da10aa2e 20020:34c8b56353bd
  1832 
  1832 
  1833 # the executable, all required files and a self-installing-installer-exe
  1833 # the executable, all required files and a self-installing-installer-exe
  1834 ALL:: prereq ALL_NP
  1834 ALL:: prereq ALL_NP
  1835 
  1835 
  1836 # all, but no prereqs
  1836 # all, but no prereqs
  1837 ALL_NP:: exe $(REQUIRED_SUPPORT_DIRS) postBuildCleanup setup
  1837 ALL_NP:: exe $(REQUIRED_SUPPORT_DIRS) postBuildCleanup
  1838 
  1838 
  1839 exe:  newBuildDate $(REQUIRED_LIBS) noConsoleApp consoleApp registerApplication
  1839 exe:  newBuildDate $(REQUIRED_LIBS) noConsoleApp consoleApp registerApplication
  1840 
  1840 
  1841 # the executable only
  1841 # the executable only
  1842 # with console
  1842 # with console