]> git.saurik.com Git - wxWidgets.git/commit
Fixed the template so that the .DSP file that gets generated will actually compile...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 22:06:59 +0000 (22:06 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 22:06:59 +0000 (22:06 +0000)
commit99b02ec0d80c0f84a881c304fcbab9701a5a13cd
treebb087b45629e2fdce65494cb0b18f992a6a4d9db
parent99a030f5ed9d062981dc33cd2b1b7eb878d26ebd
Fixed the template so that the .DSP file that gets generated will actually compile (it was failing trying to build y_tab.c which does not exist until you do a command line build, and even after creating it, there were duplicate definitions).  All tests I ran did not need this file to be compiled, so it is not currently built.
The wxBase(d).lib files are no placed in the wxwindows/lib directory with all the other LIB files.
The BaseDebug and BaseRelease directories (that hold all the OBJ/PCH/etc files) are now created under the src/msw directory so that if the wxBase(d).lib file is built with the IDE, and then an APP (like samples/console) is built with the command line makefiles, then all the PCH and DUMMY.OBJ files are in the expected place
The previous version of this file was trying to use the $(WX) environment variable, which was not supported.  It has been changed to use $(WXWIN) now like all other places in the program.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/vc6base.t