Minor formatting.

GSoC-2018-nikhil
Nikhil Ramakrishnan 7 years ago
parent 261b81a149
commit f86de6e5bd
  1. 2
      builds/ansi/ansi-def.mk
  2. 2
      builds/beos/beos-def.mk
  3. 2
      builds/dos/dos-def.mk
  4. 2
      builds/os2/os2-def.mk
  5. 2
      builds/unix/unixddef.mk
  6. 2
      builds/windows/win32-def.mk

@ -21,7 +21,7 @@ PLATFORM := ansi
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
BIN := bin
# The directory where all library files are placed.
#

@ -23,7 +23,7 @@ PLATFORM := beos
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
BIN := bin
# The directory where all library files are placed.
#

@ -21,7 +21,7 @@ PLATFORM := dos
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
BIN := Scripts
# The executable file extension (for tools), *with* leading dot.
#

@ -21,7 +21,7 @@ PLATFORM := os2
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
BIN := Scripts
# The executable file extension (for tools), *with* leading dot.
#

@ -25,7 +25,7 @@ SEP := /
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := bin
BIN := bin
# we use a special devel ftoption.h
DEVEL_DIR := $(TOP_DIR)/devel

@ -21,7 +21,7 @@ PLATFORM := windows
# This is used for `make refdoc' and `make refdoc-venv'
#
BIN := Scripts
BIN := Scripts
# The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
#

Loading…
Cancel
Save