ApplicationDefinition.st
branchjv
changeset 19105 aa3bad198d67
parent 18990 97840ca52961
child 19302 68355697fc84
equal deleted inserted replaced
19104:e7c5169d9ab7 19105:aa3bad198d67
  1789 DEFFILE=$(TOP)\rules\bc_exe.def
  1789 DEFFILE=$(TOP)\rules\bc_exe.def
  1790 
  1790 
  1791 LIBFILES=$(LIBDIR_LIBRUN)\librun.lib
  1791 LIBFILES=$(LIBDIR_LIBRUN)\librun.lib
  1792 ALLLIB=$(LIBFILES) $(APP_IMPORTLIBS) $(APP_RT_LIB)
  1792 ALLLIB=$(LIBFILES) $(APP_IMPORTLIBS) $(APP_RT_LIB)
  1793 
  1793 
       
  1794 !!if defined(USEMINGW32)
       
  1795 RT_DLL=libgcc_s_dw2-1.dll
       
  1796 !!endif
       
  1797 
  1794 REQUIRED_LIBS=librun.dll %(REQUIRED_LIBS)
  1798 REQUIRED_LIBS=librun.dll %(REQUIRED_LIBS)
  1795 REQUIRED_FILES=$(RT_DLL) $(X11_DLL) $(XEXT_DLL) symbols.stc $(REQUIRED_LIBS)
  1799 REQUIRED_FILES=$(RT_DLL) $(X11_DLL) $(XEXT_DLL) symbols.stc $(REQUIRED_LIBS)
  1796 
  1800 
  1797 REQUIRED_SUPPORT_DIRS=%(REQUIRED_SUPPORT_DIRS)
  1801 REQUIRED_SUPPORT_DIRS=%(REQUIRED_SUPPORT_DIRS)
  1798 
  1802 
  1959 X11.dll: $(TOP)\support\win32\X11.dll
  1963 X11.dll: $(TOP)\support\win32\X11.dll
  1960         copy $(TOP)\support\win32\X11.dll X11.dll
  1964         copy $(TOP)\support\win32\X11.dll X11.dll
  1961 
  1965 
  1962 Xext.dll: $(TOP)\support\win32\Xext.dll
  1966 Xext.dll: $(TOP)\support\win32\Xext.dll
  1963         copy $(TOP)\support\win32\Xext.dll Xext.dll
  1967         copy $(TOP)\support\win32\Xext.dll Xext.dll
       
  1968 !!endif
       
  1969 
       
  1970 !!if defined(USEMINGW32)
       
  1971 $(RT_DLL): $(MINGW_DIR)\bin\$(RT_DLL)
       
  1972         -copy $(MINGW_DIR)\bin\$(RT_DLL) $(RT_DLL)
  1964 !!endif
  1973 !!endif
  1965 
  1974 
  1966 symbols.stc: $(TOP)\include\symbols.stc
  1975 symbols.stc: $(TOP)\include\symbols.stc
  1967         copy $(TOP)\include\symbols.stc symbols.stc
  1976         copy $(TOP)\include\symbols.stc symbols.stc
  1968 
  1977 
  1998 # ENDMAKEDEPEND --- do not remove this line
  2007 # ENDMAKEDEPEND --- do not remove this line
  1999 %(ADDITIONAL_RULES_HG)'.
  2008 %(ADDITIONAL_RULES_HG)'.
  2000 
  2009 
  2001     "Modified: / 22-11-2012 / 17:18:28 / cg"
  2010     "Modified: / 22-11-2012 / 17:18:28 / cg"
  2002     "Modified: / 02-06-2015 / 17:40:03 / gg"
  2011     "Modified: / 02-06-2015 / 17:40:03 / gg"
  2003     "Modified: / 21-12-2015 / 15:12:36 / jv"
  2012     "Modified: / 26-01-2016 / 14:23:35 / jv"
  2004 !
  2013 !
  2005 
  2014 
  2006 bc_dot_mak_app_source_rules
  2015 bc_dot_mak_app_source_rules
  2007     |p|
  2016     |p|
  2008 
  2017