Tried to fix makefile.g95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,7 +118,6 @@ src/regex/makefile*
|
|||||||
src/regex/README
|
src/regex/README
|
||||||
src/regex/WHATSNEW
|
src/regex/WHATSNEW
|
||||||
src/regex/mkh
|
src/regex/mkh
|
||||||
src/regex/makefile*
|
|
||||||
src/regex/*.h
|
src/regex/*.h
|
||||||
src/regex/*.ih
|
src/regex/*.ih
|
||||||
src/regex/*.c
|
src/regex/*.c
|
||||||
|
@@ -298,7 +298,8 @@ else
|
|||||||
PATH_SUBST:=$(BACKSLASH)
|
PATH_SUBST:=$(BACKSLASH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ARCHINCDIR=$(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/lib/msw$(INCEXT))
|
#ARCHINCDIR=$(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/lib/msw$(INCEXT))
|
||||||
|
ARCHINCDIR=(WXDIR)/lib/msw$(INCEXT)
|
||||||
|
|
||||||
SETUP_H=$(ARCHINCDIR)/wx/setup.h
|
SETUP_H=$(ARCHINCDIR)/wx/setup.h
|
||||||
|
|
||||||
@@ -313,7 +314,9 @@ $(ARCHINCDIR)/wx:
|
|||||||
mkdir $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(ARCHINCDIR)/wx)
|
mkdir $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(ARCHINCDIR)/wx)
|
||||||
|
|
||||||
$(SETUP_H): $(ARCHINCDIR)/wx
|
$(SETUP_H): $(ARCHINCDIR)/wx
|
||||||
$(COPY) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/include/wx/msw/setup.h) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$@)
|
$(COPY) $(WXDIR)/include/wx/msw/setup.h $@
|
||||||
|
|
||||||
|
# $(COPY) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/include/wx/msw/setup.h) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$@)
|
||||||
|
|
||||||
ifndef WXMAKINGDLL
|
ifndef WXMAKINGDLL
|
||||||
|
|
||||||
|
@@ -85,7 +85,7 @@ zip32 -@ %dest\wxWindows-%version%-msw.zip < %src\distrib\msw\msw.rsp
|
|||||||
zip32 -@ -u %dest\wxWindows-%version%-msw.zip < %src\distrib\msw\makefile.rsp
|
zip32 -@ -u %dest\wxWindows-%version%-msw.zip < %src\distrib\msw\makefile.rsp
|
||||||
zip32 -@ %dest\wxWindows-%version%-gtk.zip < %src\distrib\msw\gtk.rsp
|
zip32 -@ %dest\wxWindows-%version%-gtk.zip < %src\distrib\msw\gtk.rsp
|
||||||
zip32 -@ -u %dest\wxWindows-%version%-gtk.zip < %src\distrib\msw\makefile.rsp
|
zip32 -@ -u %dest\wxWindows-%version%-gtk.zip < %src\distrib\msw\makefile.rsp
|
||||||
zip32 -@ %dest\wxWindows-%version%-stubs.zip < %src\distrib\msw\stubs.rsp
|
Rem zip32 -@ %dest\wxWindows-%version%-stubs.zip < %src\distrib\msw\stubs.rsp
|
||||||
zip32 -@ %dest\wxWindows-%version%-mot.zip < %src\distrib\msw\motif.rsp
|
zip32 -@ %dest\wxWindows-%version%-mot.zip < %src\distrib\msw\motif.rsp
|
||||||
zip32 -@ -u %dest\wxWindows-%version%-mot.zip < %src\distrib\msw\makefile.rsp
|
zip32 -@ -u %dest\wxWindows-%version%-mot.zip < %src\distrib\msw\makefile.rsp
|
||||||
Rem (Obsolete) zip32 -@ %dest\wxWindows-%version%-user.zip < %src\distrib\msw\user.rsp
|
Rem (Obsolete) zip32 -@ %dest\wxWindows-%version%-user.zip < %src\distrib\msw\user.rsp
|
||||||
|
@@ -501,7 +501,8 @@ else
|
|||||||
PATH_SUBST:=$(BACKSLASH)
|
PATH_SUBST:=$(BACKSLASH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ARCHINCDIR=$(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/lib/msw$(INCEXT))
|
#ARCHINCDIR=$(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/lib/msw$(INCEXT))
|
||||||
|
ARCHINCDIR=$(WXDIR)/lib/msw$(INCEXT)
|
||||||
|
|
||||||
SETUP_H=$(ARCHINCDIR)/wx/setup.h
|
SETUP_H=$(ARCHINCDIR)/wx/setup.h
|
||||||
|
|
||||||
@@ -516,7 +517,9 @@ $(ARCHINCDIR)/wx:
|
|||||||
mkdir $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(ARCHINCDIR)/wx)
|
mkdir $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(ARCHINCDIR)/wx)
|
||||||
|
|
||||||
$(SETUP_H): $(ARCHINCDIR)/wx
|
$(SETUP_H): $(ARCHINCDIR)/wx
|
||||||
$(COPY) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/include/wx/msw/setup.h) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$@)
|
$(COPY) $(WXDIR)/include/wx/msw/setup.h $@
|
||||||
|
|
||||||
|
# $(COPY) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/include/wx/msw/setup.h) $(subst $(PATH_SUBST),$(PATH_SEPARATOR),$@)
|
||||||
|
|
||||||
ifndef WXMAKINGDLL
|
ifndef WXMAKINGDLL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user