⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rules.mk

📁 Demo for Free type 2.2.1
💻 MK
字号:
#**************************************************************************
#*
#*  OS/2 specific rules file, used to compile the OS/2 graphics driver
#*  to the graphics subsystem
#*
#**************************************************************************

ifeq ($(PLATFORM),os2)

  GR_OS2  := $(GRAPH)/os2

  # the GRAPH_LINK is expanded each time an executable is linked with the
  # graphics library.
  #
  GRAPH_LINK += $(subst /,$(COMPILER_SEP),$(GR_OS2)/gros2pm.def)

  # add the OS/2 driver object file to the graphics library `graph.a'
  #
  GRAPH_OBJS += $(OBJ_DIR_2)/gros2pm.$O

  DEVICES += OS2_PM

  # the rule used to compile the graphics driver
  #
  $(OBJ_DIR_2)/gros2pm.$O: $(GR_OS2)/gros2pm.c $(GR_OS2)/gros2pm.h
	  $(CC) $(CFLAGS) $(GRAPH_INCLUDES:%=$I%) \
                $I$(subst /,$(COMPILER_SEP),$(GR_OS2)) \
                $T$(subst /,$(COMPILER_SEP),$@ $<)

endif

# EOF

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -