Make TOOLKIT variable constant in MSW makefiles.

This fixes duplicate lines defining rules for generic files for more than one
port in the makefiles.

Closes #14979.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-06 11:59:35 +00:00
parent cb6223b4a6
commit f901941933
31 changed files with 11546 additions and 89794 deletions

View File

@@ -66,7 +66,8 @@
</option>
</if>
<if cond="FORMAT in ['msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
<!-- We must make TOOLKIT a constant under MSW -->
<if cond="FORMAT in ['borland','mingw','msvc','watcom', 'msvc6prj', 'msvs2003prj', 'msvs2005prj', 'msvs2008prj']">
<set var="TOOLKIT">MSW</set>
</if>
</if>

View File

@@ -50,11 +50,6 @@ CPP = cpp32 -Sr -oCON
SHARED = 0
!endif
# Used toolkit [MSW,GTK]
!ifndef TOOLKIT
TOOLKIT = MSW
!endif
# GTK+ toolkit version [,2]
!ifndef TOOLKIT_VERSION
TOOLKIT_VERSION =

View File

@@ -40,9 +40,6 @@ CPP ?= $(CC) -E
# What type of library to build? [0,1]
SHARED ?= 0
# Used toolkit [MSW,GTK]
TOOLKIT ?= MSW
# GTK+ toolkit version [,2]
TOOLKIT_VERSION ?=

View File

@@ -34,9 +34,6 @@ CPP = $(CC) /EP /nologo
# What type of library to build? [0,1]
SHARED = 0
# Used toolkit [MSW,GTK]
TOOLKIT = MSW
# GTK+ toolkit version [,2]
TOOLKIT_VERSION =

View File

@@ -35,10 +35,6 @@ CPP = $(CC) -p
# 1 - DLL
SHARED = 0
# Used toolkit [MSW,GTK]
# GTK - GTK+
TOOLKIT = MSW
# GTK+ toolkit version [,2]
TOOLKIT_VERSION =

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -3613,3 +3613,4 @@ SOURCE=..\..\src\xrc\xmlreshandler.cpp
# End Group
# End Target
# End Project