HomeSort by: relevance | last modified time | path
    Searched refs:dos (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/freetype/dist/builds/dos/
dos-emx.mk 16 include $(TOP_DIR)/builds/dos/dos-def.mk
dos-gcc.mk 16 include $(TOP_DIR)/builds/dos/dos-def.mk
dos-wat.mk 15 include $(TOP_DIR)/builds/dos/dos-def.mk
dos-def.mk 2 # FreeType 2 DOS specific definitions
19 BUILD_DIR := $(TOP_DIR)/builds/dos
20 PLATFORM := dos
37 # The name of the final library file. Note that the DOS-specific Makefile
detect.mk 2 # FreeType 2 configuration file to detect a DOS host platform.
26 # command-line program to see if its output contains the word `Dos' or
27 # `DOS'.
29 # If this is true, we are running a Dos-ish platform (or an emulation).
32 PLATFORM := dos
35 is_dos := $(findstring DOS,$(subst Dos,DOS,$(shell ver)))
37 # We try to recognize a Dos session under OS/2. The `ver' command
40 # To recognize a Dos session under OS/2, we check COMSPEC for th
    [all...]
  /xsrc/external/mit/freetype/dist/builds/amiga/src/base/
ftdebug.c 53 #include <dos/exall.h>
54 #include <dos/var.h>
60 #include <proto/dos.h>
ftsystem.c 48 #include <dos/stdio.h>
49 #include <proto/dos.h>
  /xsrc/external/mit/freetype/dist/builds/
modules.mk 31 ifneq ($(findstring $(PLATFORM),dos windows os2),)

Completed in 6 milliseconds