Boost logo

Boost-Build :

From: DJB (usrlocalinfo_at_[hidden])
Date: 2005-04-29 02:11:16


Thanks for all the help Vlad.

For some strange reason I haven't been able to figure out for 5+
hours...the testdll.dll source code never gets compiled even after
--clean. Only the libraries get recompiled if I use --clean.

In fact, the bin directory doesn't even get created anymore after I
deleted it.

I don't have this problem with any other dll project. Only this one is
causing problems.

What kind of mistake or typo would cause this weird symptom? I don't
get any error messages (bjam just pretends as if all the code inside the
testdll project directory is already compiled up-to-date). I tried
--clean, manual delete of bin/*, touch'ing *.cpp, etc.

8<----------------
...

project testdll
: requirements
<user-interface>gui
<define>"_WINDOWS"
<define>"_WINDLL"

<define>"wxUSE_GUI=1"
<define>"NOPCH"
<define>"__WXMSW__"
<include>"C:/src/wxWidgets-2.6.0/include"
<include>"C:/src/wxWidgets-2.6.0/contrib/include"
<search>"C:/src/wxWidgets-2.6.0/lib/vc_lib"

;

...

lib testdll
: [ glob *.cpp ] [ glob *.h ] [ glob *.rc ]
../myLib//myLib ../myDialogs//myDialogs
$(WIN32BASE) $(WIN32GUI) $(WIN32EXTRAS) $(WX_LIB)
: <variant>release:<include>"C:/src/wxWidgets-2.6.0/lib/vc_lib/msw"
<variant>debug:<include>"C:/src/wxWidgets-2.6.0/lib/vc_lib/mswd"

<variant>debug:<define>"__WXDEBUG__"
: debug
;
8<----------------

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk