Added implicit rule for building .c files in msw directory (gsocket)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -112,6 +112,11 @@ $(CPPFLAGS2) /Fo$@ /c /Tc $<
|
|||||||
$(CPPFLAGS) /Fo$@ /c /Tp $<
|
$(CPPFLAGS) /Fo$@ /c /Tp $<
|
||||||
<<
|
<<
|
||||||
|
|
||||||
|
{..\msw}.c{..\msw\$D}.obj:
|
||||||
|
cl @<<
|
||||||
|
$(CPPFLAGS2) /Fo$@ /c /Tc $<
|
||||||
|
<<
|
||||||
|
|
||||||
{..\msw\ole}.cpp{..\msw\ole\$D}.obj:
|
{..\msw\ole}.cpp{..\msw\ole\$D}.obj:
|
||||||
cl @<<
|
cl @<<
|
||||||
$(CPPFLAGS) /Fo$@ /c /Tp $<
|
$(CPPFLAGS) /Fo$@ /c /Tp $<
|
||||||
@@ -156,7 +161,7 @@ HTMLOBJS = \
|
|||||||
|
|
||||||
# Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
|
# Add $(NONESSENTIALOBJS) if wanting generic dialogs, PostScript etc.
|
||||||
# Add $(HTMLOBJS) if wanting wxHTML classes
|
# Add $(HTMLOBJS) if wanting wxHTML classes
|
||||||
OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS)
|
OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS)
|
||||||
|
|
||||||
# Normal, static library
|
# Normal, static library
|
||||||
all: dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg $(LIBTARGET)
|
all: dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg $(LIBTARGET)
|
||||||
|
Reference in New Issue
Block a user