From a2fadd10516afcf5adec443b9848787ffbe8e7dd Mon Sep 17 00:00:00 2001 From: ketmar Date: Thu, 17 Apr 2014 18:15:28 +0300 Subject: [PATCH] D_VERSIONS changed to D_VERSION --- defaults/build/Jambase.build.gdc | 2 +- doc/ChangeLog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/build/Jambase.build.gdc b/defaults/build/Jambase.build.gdc index edd0c81..ae9b633 100644 --- a/defaults/build/Jambase.build.gdc +++ b/defaults/build/Jambase.build.gdc @@ -29,7 +29,7 @@ rule Gdc { GDCHDRS on $(<) += [ FIncludes $(SUBDIRHDRS) ] ; GDCDEFS on $(<) += [ FDefines $(SUBDIRDEFINES) ] ; GDC_DEBUG on $(<) += [ FGdcDebugs $(D_DEBUG) ] ; - GDC_VERSIONS on $(<) += [ FGdcVersions $(D_VERSIONS) ] ; + GDC_VERSIONS on $(<) += [ FGdcVersions $(D_VERSION) ] ; } diff --git a/doc/ChangeLog b/doc/ChangeLog index 56b2ec6..eb8f0f8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -487,7 +487,7 @@ [-] no more D_RELEASE and D_UNITTEST - [+] D_VERSIONS variable; works similar to DEFINES but for gdc + [+] D_VERSION variable; works similar to DEFINES but for gdc [+] TARGET_SUBDIR variable, contains custom subdir for targets set with set-target-locations. can be used to differentiate builds by specifying CLI vars or so -- 2.11.4.GIT