summaryrefslogtreecommitdiff
path: root/builds/os2/os2-def.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/os2/os2-def.mk')
-rw-r--r--builds/os2/os2-def.mk18
1 files changed, 7 insertions, 11 deletions
diff --git a/builds/os2/os2-def.mk b/builds/os2/os2-def.mk
index ef4b8115d..26bf6a913 100644
--- a/builds/os2/os2-def.mk
+++ b/builds/os2/os2-def.mk
@@ -3,7 +3,7 @@
#
-# Copyright 1996-2000 by
+# Copyright 1996-2000, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@@ -13,15 +13,10 @@
# fully.
-DELETE := del
-HOSTSEP := $(strip \ )
-BUILD := $(TOP_DIR)$(SEP)builds$(SEP)os2
-PLATFORM := os2
-
-# except for GCC+emx on OS/2
-ifndef SEP
- SEP := $(HOSTSEP)
-endif
+DELETE := del
+SEP := $(strip \ )
+BUILD_DIR := $(TOP_DIR)/builds/os2
+PLATFORM := os2
# The directory where all object files are placed.
@@ -34,7 +29,7 @@ endif
# make -f %TOP_DIR%/Makefile
#
ifndef OBJ_DIR
- OBJ_DIR := $(TOP_DIR)$(SEP)objs
+ OBJ_DIR := $(TOP_DIR)/objs
endif
@@ -55,4 +50,5 @@ LIBRARY := $(PROJECT)
#
NO_OUTPUT = 2> nul
+
# EOF