docs/lgpl.txt
docs/symbols.txt
docs/bugs.txt
-docs/*.htm
+docs/index.htm
docs/html/*.htm
docs/html/*.gif
docs/html/*.png
include/wx/msw/ctl3d/*.h
include/wx/msw/gnuwin32/*.h
include/wx/msw/gnuwin32/*.def
+include/wx/msw/gnuwin32/gl/*.h
include/wx/msw/ole/*.h
include/wx/msw/*.cur
include/wx/msw/*.ico
#! now transform these hashes into $project tags
foreach $file (sort keys %wxGeneric) {
my $tag = "";
- next if $wxGeneric{$file} =~ /\b(PS|G|U)\b/;
+ if ( $wxGeneric{$file} =~ /\b(PS|G|U)\b/ ) {
+ #! Need this file too since it has wxGenericPageSetupDialog
+ next unless $file =~ /^prntdlgg\./;
+ }
$file =~ s/cp?p?$/obj/;
$project{"WXGENERICOBJS"} .= "\$(MSWDIR)\\" . $file . " "
!endif
!if "$(USE_XPM_IN_MSW)" == "1"
-PERIPH_LIBS=$(WXDIR)\xpm.lib $(PERIPH_LIBS)
+PERIPH_LIBS=$(WXDIR)\lib\xpm.lib $(PERIPH_LIBS)
PERIPH_TARGET=xpm $(PERIPH_TARGET)
PERIPH_CLEAN_TARGET=clean_xpm $(PERIPH_CLEAN_TARGET)
!endif
#! now transform these hashes into $project tags
foreach $file (sort keys %wxGeneric) {
if ( $wxGeneric{$file} =~ /\b(PS|G|U)\b/ ) {
- #! this file for some reason wasn't compiled for VC++ 1.52
+ #! Need this file too since it has wxGenericPageSetupDialog
next unless $file =~ /^prntdlgg\./;
}
item: Create Shortcut
Source=%MAINDIR%\bin\dialoged.exe
Destination=%GROUP%\Dialog Editor.lnk
- Working Directory=%MAINDIR%
+ Working Directory=%MAINDIR%\bin
+end
+item: Create Shortcut
+ Source=%MAINDIR%\bin\tex2rtf.exe
+ Destination=%GROUP%\Tex2RTF.lnk
+ Working Directory=%MAINDIR%\bin
end
item: Create Shortcut
Source=%MAINDIR%\bin\dbgview.exe
Destination=%GROUP%\DebugView.lnk
- Working Directory=%MAINDIR%
+ Working Directory=%MAINDIR%\bin
end
item: Create Shortcut
Source=%MAINDIR%\bin\life.exe
Group=%GROUP%
Icon Name=Dialog Editor
Command Line=%MAINDIR%\bin\dialoged.exe
- Default Directory=%MAINDIR%
+ Default Directory=%MAINDIR%\bin
+end
+item: Add ProgMan Icon
+ Group=%GROUP%
+ Icon Name=Tex2RTF
+ Command Line=%MAINDIR%\bin\tex2rtf.exe
+ Default Directory=%MAINDIR%\bin
end
item: Add ProgMan Icon
Group=%GROUP%
Group=%GROUP%
Icon Name=Life! Demo
Command Line=%MAINDIR%\bin\life.exe
- Default Directory=%MAINDIR%
+ Default Directory=%MAINDIR%\bin
end
item: End Block
end
docs/html/gettext/*.htm
+contrib/docs/html/ogl/*.htm
+contrib/docs/html/ogl/*.gif
+contrib/docs/html/mmedia/*.htm
+contrib/docs/html/mmedia/*.gif
+contrib/docs/html/stc/*.htm
+contrib/docs/html/stc/*.gif
+
docs/pdf/*.pdf
+contrib/docs/pdf/*.pdf
erase %dest\tiff.zip
erase %dest\dialoged.zip
erase %dest\utils.zip
+erase %dest\extradoc.zip
if direxist %dest\wx deltree /Y %dest\wx
zip32 -@ %dest\wx%version%_pdf.zip < %src\distrib\msw\wx_pdf.rsp
zip32 -@ %dest\wx%version%_wrd.zip < %src\distrib\msw\wx_word.rsp
+Rem PDF/HTML docs that should go into the Windows setup because
+Rem there are no WinHelp equivalents
+zip32 -@ %dest\extradoc.zip < %src\distrib\msw\extradoc.rsp
+
rem VC++ project files
zip32 -@ %dest\wx%version%_vc.zip < %src\distrib\msw\vc.rsp
unzip32 -o ..\wx%version%_vc.zip
unzip32 -o ..\wx%version%_bc.zip
unzip32 -o ..\wx%version%_hlp.zip
+unzip32 -o ..\extradoc.zip
Rem Need Word file, for Remstar DB classes
unzip32 -o ..\wx%version%_wrd.zip
unzip32 -o ..\ogl3.zip
erase /Y configure samples\configure samples\*.in demos\configure demos\*.in contrib\configure contrib\*.in
erase /Y setup.h.in setup.h_vms
erase /SY Makefile.in
-rem erase /Y docs\pdf\ogl.pdf
-rem deltree /Y docs\html\ogl
+erase /Y docs\html\wxbook.htm docs\html\roadmap.htm
+erase /Y contrib\docs\winhelp\mmedia.*
+erase /Y contrib\docs\winhelp\stc.*
+erase /Y contrib\docs\pdf\*.*
+deltree /Y contrib\docs\latex\ogl
rem Now copy some binary files to 'bin'
if not isdir bin mkdir bin
copy %src\bin\dialoged.exe bin
+copy %src\bin\tex2rtf.exe bin
copy %src\bin\dbgview.* bin
copy %src\bin\life.exe bin
copy %src\docs\winhelp\dialoged.hlp %src\docs\winhelp\dialoged.cnt bin
+copy %src\docs\winhelp\tex2rtf.hlp %src\docs\winhelp\tex2rtf.cnt bin
rem Time to regenerate the WISE install script, wxwin2.wse.
rem NB: if you've changed wxwin2.wse using WISE, call splitwise.exe
<ul>
<li><a href="../tech/index.txt">Index of technical notes</a>
<li><a href="../tech/">Technical notes</a> in text form
+<li>Other documents:
+ <ul>
+ <li><a href="platform.htm">Platforms supported</a>
+ <li><a href="i18n.htm">Languages supported by wxWindows</a>
+ <li><a href="standard.htm">wxWindows programmer style guide</a>
+ <li><a href="news.htm">wxWindows news</a>
+ </ul>
</ul>
<h3 align=center><a name="thirdparty"><hr>Third-party tools<hr></a></h3>
WXDIR = $(WXWIN)
TARGET=docview
-OBJECTS=$(TARGET).obj
+OBJECTS=$(TARGET).obj doc.obj view.obj
!include $(WXDIR)\src\makeprog.bcc
WXDIR = $(WXWIN)
TARGET=docview
-OBJECTS=$(TARGET).obj
+OBJECTS=$(TARGET).obj doc.obj view.obj
!include $(WXDIR)\src\makeprog.bcc
return wxTheClipboard->AddData(new wxEnhMetaFileDataObject(*this));
#else // !wxUSE_DRAG_AND_DROP
wxFAIL_MSG(_T("not implemented"));
+ return FALSE;
#endif // wxUSE_DRAG_AND_DROP/!wxUSE_DRAG_AND_DROP
}
-# This file was automatically generated by tmake at 15:55, 2000/03/14
+# This file was automatically generated by tmake at 16:08, 2000/03/20
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
#
$(MSWDIR)\numdlgg.obj \
$(MSWDIR)\panelg.obj \
$(MSWDIR)\plot.obj \
+ $(MSWDIR)\prntdlgg.obj \
$(MSWDIR)\progdlgg.obj \
$(MSWDIR)\prop.obj \
$(MSWDIR)\propform.obj \
$(MSWDIR)\plot.obj: $(GENDIR)\plot.$(SRCSUFF)
+$(MSWDIR)\prntdlgg.obj: $(GENDIR)\prntdlgg.$(SRCSUFF)
+
$(MSWDIR)\progdlgg.obj: $(GENDIR)\progdlgg.$(SRCSUFF)
$(MSWDIR)\prop.obj: $(GENDIR)\prop.$(SRCSUFF)
$(MSWDIR)\wizard.obj: $(GENDIR)\wizard.$(SRCSUFF)
+
+
all_utils:
cd $(WXDIR)\utils
make -f makefile.bcc