makefiles update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-02-05 22:34:18 +00:00
parent 1dce6f094a
commit 078c7a596d
23 changed files with 175 additions and 68 deletions

View File

@@ -55,10 +55,31 @@ WXDLLFLAG =
!ifeq SHARED 1
WXDLLFLAG = dll
!endif
PLUGINSUFFIX =
!ifeq BUILD debug
!ifeq UNICODE 0
PLUGINSUFFIX = _d
!endif
!endif
!ifeq BUILD debug
!ifeq UNICODE 1
PLUGINSUFFIX = _ud
!endif
!endif
!ifeq BUILD release
!ifeq UNICODE 0
PLUGINSUFFIX =
!endif
!endif
!ifeq BUILD release
!ifeq UNICODE 1
PLUGINSUFFIX = _u
!endif
!endif
__renddll___depname =
!ifeq SHARED 1
__renddll___depname = &
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_wat.dll
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)251_wat.dll
!endif
__DEBUGINFO =
!ifeq BUILD debug
@@ -204,7 +225,7 @@ clean : .SYMBOLIC
-if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
-if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
-if exist $(OBJS)\render.exe del $(OBJS)\render.exe
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_wat.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_wat.dll
-if exist $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)251_wat.dll del $(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)251_wat.dll
$(OBJS)\render.exe : $(RENDER_OBJECTS) $(OBJS)\render_sample.res
@%create $(OBJS)\render.lbc
@@ -218,7 +239,7 @@ $(OBJS)\render.exe : $(RENDER_OBJECTS) $(OBJS)\render_sample.res
wlink @$(OBJS)\render.lbc
!ifeq SHARED 1
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)251_wat.dll : $(RENDDLL_OBJECTS)
$(OBJS)\renddll_$(PORTNAME)$(WXUNIVNAME)$(PLUGINSUFFIX)251_wat.dll : $(RENDDLL_OBJECTS)
@%create $(OBJS)\renddll.lbc
@%append $(OBJS)\renddll.lbc option quiet
@%append $(OBJS)\renddll.lbc name $^@