appName = fplcommon MSJ_SKIP_SIGNRSCS = 0 DLM_NO_SIGN = 0 privateInc = $(baseDir) %include mdl.mki %if defined (_MakeFilePath) baseDir = $(_MakeFilePath) %else %if defined (powerc) || (m68k) baseDir = / %else baseDir = ./ %endif %endif #--------------------------------------------- # mdl.mki contains the default rules for creating .rsc, .mo, etc files #--------------------------------------------- %if defined (MLINK_STDLIB) libraryExt = dlo %else libraryExt = ml %endif # Display compile warning in MS/J moreMdlCompileOpts + -b #------------------------------------------------ # Set up to use dlmcomp.mki and dlmlink.mki #------------------------------------------------ DLM_OBJECT_DEST = $(o) DLM_LIBDEF_SRC = $(baseDir) DLM_NAME = fplcommon DLM_OBJECT_FILES = $(o)$(DLM_NAME)$(oext) DLM_LIBRARY_FILES = $(mdlLibs)dgnfileio.lib $(mdlLibs)toolsubs.lib dlm_special_linkopt=-Fixed:no #------------------------------------------------ # Compile the source files for the DLM #------------------------------------------------ %include dlmcomp.mki $(o)$(DLM_NAME)$(oext): $(baseDir)$(DLM_NAME).c #------------------------------------------------ # Use dlmlink.mki to compile the Dynamic # Load Specification (.dls) file and link # the DLM. #------------------------------------------------ %include dlmlink.mki #--------------------------------------------- # Compile the Dynamic Link Specification #--------------------------------------------- $(o)fplcommon.dlo : $(baseDir)fplcommon.dls $(mdlapps)$(appName).dll : $(mdlapps)$(appName).dll $(msg) -copy $(mdlapps)$(appName).dll ..\bin\$(appName).dll ~time