diff options
Diffstat (limited to 'djgpp.mak')
-rw-r--r-- | djgpp.mak | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,12 +1,11 @@ # Author: Erwin Waterlander
-# Copyright (C) 2009-2012 Erwin Waterlander
+# Copyright (C) 2009-2014 Erwin Waterlander
# This file is distributed under the same license as the dos2unix package.
include version.mk
prefix=c:/dos32
-#ENABLE_NLS=1
ENABLE_NLS=
VERSIONSUFFIX=-dos32
@@ -20,13 +19,13 @@ ZIPOBJ_EXTRA = bin/cwsdpmi.exe docsubdir = dos2unix
all:
- $(MAKE) all EXE=.exe ENABLE_NLS=$(ENABLE_NLS) LIBS_EXTRA="$(LIBS_EXTRA)" prefix=$(prefix) LINK_MAN="cp -f" docsubdir=$(docsubdir) EO_XNOTATION=1 UCS= MAN_NONLATIN=
+ $(MAKE) all EXE=.exe ENABLE_NLS=$(ENABLE_NLS) LIBS_EXTRA="$(LIBS_EXTRA)" prefix=$(prefix) LINK_MAN="cp -f" docsubdir=$(docsubdir) UCS=
install:
- $(MAKE) install EXE=.exe ENABLE_NLS=$(ENABLE_NLS) LIBS_EXTRA="$(LIBS_EXTRA)" prefix=$(prefix) LINK_MAN="cp -f" docsubdir=$(docsubdir) EO_XNOTATION=1 UCS= MAN_NONLATIN=
+ $(MAKE) install EXE=.exe ENABLE_NLS=$(ENABLE_NLS) LIBS_EXTRA="$(LIBS_EXTRA)" prefix=$(prefix) LINK_MAN="cp -f" docsubdir=$(docsubdir) UCS=
uninstall:
- $(MAKE) uninstall EXE=.exe prefix=$(prefix) docsubdir=$(docsubdir) MAN_NONLATIN=
+ $(MAKE) uninstall EXE=.exe prefix=$(prefix) docsubdir=$(docsubdir)
clean:
$(MAKE) clean EXE=.exe ENABLE_NLS=$(ENABLE_NLS) prefix=$(prefix)
|