VA4.0 update for building a .dll

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-04-03 04:45:00 +00:00
parent 27452ac50e
commit eaa8de7cdb

View File

@@ -284,6 +284,6 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
target "..\\samples\\minimal\\dbgos240dll\\Minimal.exe"
{
source type(cpp) "..\\SAMPLES\\MINIMAL\\MINIMAL.CPP"
source type(rc) "..\\SAMPLES\\MINIMAL\\MINIMAL.RCO"
source type(rc) "..\\SAMPLES\\MINIMAL\\MINIMAL.RC4"
}
}