Removed references to separate prop and porting docs. Added imagtiff.cpp

to VC++ project files. Added tiff library to makeproj.cpp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-12-28 13:57:57 +00:00
parent 52ca3f113e
commit 1a3aa77fc7
7 changed files with 24 additions and 142 deletions

View File

@@ -92,7 +92,8 @@ Using project files:
Debug and Release configurations. If you have VC++ 4,
use makefile.vc, but you may only have one set of object
files at a time in use (debug or release versions).
4. Open a sample project file, choose a configuration, and compile.
4. Open a sample project file, choose a configuration using
Build | Set Active Configuration..., and compile.
The project files don't use precompiled headers, to save
space, but you can switch PCH compiling on for greater speed.