Removed files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-19 19:08:04 +00:00
parent afa516d43e
commit b6901bd5ff
9 changed files with 6 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ anitest.app/Contents/PkgInfo: anitest$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info
data:
@mkdir -p .
@for f in bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico; do \
@for f in mondrian.ico; do \
if test ! -f ./$$f ; \
then x=yep ; \
else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \

View File

@@ -18,7 +18,7 @@
<dstdir>$(BUILDDIR)</dstdir>
<srcdir>$(SRCDIR)</srcdir>
<files>
bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico
mondrian.ico
</files>
</wx-data>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -213,7 +213,7 @@ $(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res
data:
if not exist $(OBJS) mkdir $(OBJS)
for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
for %f in (mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
$(OBJS)\anitest_anitest.obj: .\anitest.cpp
$(CXX) -q -c -P -o$@ $(ANITEST_CXXFLAGS) $**

View File

@@ -204,7 +204,7 @@ $(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest_rc.o
data:
if not exist $(OBJS) mkdir $(OBJS)
for %%f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
for %%f in (mondrian.ico) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
$(OBJS)\anitest_anitest.o: ./anitest.cpp
$(CXX) -c -o $@ $(ANITEST_CXXFLAGS) $<

View File

@@ -264,7 +264,7 @@ $(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res
data:
if not exist $(OBJS) mkdir $(OBJS)
for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
for %f in (mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
$(OBJS)\anitest_anitest.obj: .\anitest.cpp
$(CXX) /c /nologo /TP /Fo$@ $(ANITEST_CXXFLAGS) $**

View File

@@ -247,7 +247,7 @@ $(OBJS)\anitest.exe : $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res
data : .SYMBOLIC
if not exist $(OBJS) mkdir $(OBJS)
for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
for %f in (mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
$(OBJS)\anitest_anitest.obj : .AUTODEPEND .\anitest.cpp
$(CXX) -zq -fo=$^@ $(ANITEST_CXXFLAGS) $<

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB