more samples makefiles fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-07 23:01:52 +00:00
parent 9a59a6671b
commit d179e30b0a
87 changed files with 4171 additions and 1733 deletions

View File

@@ -169,5 +169,5 @@ clean:
-if exist $(OBJS)\about.exe del $(OBJS)\about.exe
data:
if not exist $(OBJS)/data mkdir $(OBJS)/data
for %f in (about.htm logo.png) do if not exist $(OBJS)/data\%f copy ./data\%f $(OBJS)/data
if not exist $(OBJS)\data mkdir $(OBJS)\data
for %f in (about.htm logo.png) do if not exist $(OBJS)\data\%f copy .\data\%f $(OBJS)\data

View File

@@ -160,7 +160,7 @@ clean:
-if exist $(OBJS)\about.exe del $(OBJS)\about.exe
data:
if not exist $(OBJS)/data mkdir $(OBJS)/data
for %%f in (about.htm logo.png) do if not exist $(OBJS)/data\%%f copy ./data\%%f $(OBJS)/data
if not exist $(OBJS)\data mkdir $(OBJS)\data
for %%f in (about.htm logo.png) do if not exist $(OBJS)\data\%%f copy .\data\%%f $(OBJS)\data
.PHONY: all clean data

View File

@@ -230,5 +230,5 @@ clean:
-if exist $(OBJS)\about.exe del $(OBJS)\about.exe
data:
if not exist $(OBJS)/data mkdir $(OBJS)/data
for %f in (about.htm logo.png) do if not exist $(OBJS)/data\%f copy ./data\%f $(OBJS)/data
if not exist $(OBJS)\data mkdir $(OBJS)\data
for %f in (about.htm logo.png) do if not exist $(OBJS)\data\%f copy .\data\%f $(OBJS)\data

View File

@@ -207,5 +207,5 @@ clean : .SYMBOLIC
-if exist $(OBJS)\about.exe del $(OBJS)\about.exe
data : .SYMBOLIC
if not exist $(OBJS)/data mkdir $(OBJS)/data
for %f in (about.htm logo.png) do if not exist $(OBJS)/data\%f copy ./data\%f $(OBJS)/data
if not exist $(OBJS)\data mkdir $(OBJS)\data
for %f in (about.htm logo.png) do if not exist $(OBJS)\data\%f copy .\data\%f $(OBJS)\data

View File

@@ -164,8 +164,8 @@ clean:
-if exist $(OBJS)\help.exe del $(OBJS)\help.exe
data:
if not exist $(OBJS)/helpfiles mkdir $(OBJS)/helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)/helpfiles\%f copy ./helpfiles\%f $(OBJS)/helpfiles
if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_help.res
ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|

View File

@@ -157,8 +157,8 @@ clean:
-if exist $(OBJS)\help.exe del $(OBJS)\help.exe
data:
if not exist $(OBJS)/helpfiles mkdir $(OBJS)/helpfiles
for %%f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)/helpfiles\%%f copy ./helpfiles\%%f $(OBJS)/helpfiles
if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
for %%f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%%f copy .\helpfiles\%%f $(OBJS)\helpfiles
$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_help_rc.o
$(CXX) -o $@ $(HELP_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_HTML_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32

View File

@@ -225,8 +225,8 @@ clean:
-if exist $(OBJS)\help.exe del $(OBJS)\help.exe
data:
if not exist $(OBJS)/helpfiles mkdir $(OBJS)/helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)/helpfiles\%f copy ./helpfiles\%f $(OBJS)/helpfiles
if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
$(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_help.res
link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<

View File

@@ -196,8 +196,8 @@ clean : .SYMBOLIC
-if exist $(OBJS)\help.exe del $(OBJS)\help.exe
data : .SYMBOLIC
if not exist $(OBJS)/helpfiles mkdir $(OBJS)/helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)/helpfiles\%f copy ./helpfiles\%f $(OBJS)/helpfiles
if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
$(OBJS)\help.exe : $(HELP_OBJECTS) $(OBJS)\help_help.res
@%create $(OBJS)\help.lbc