General commit. Now putting both the release and debug files into the

distribution. Debug files have a _d added to their name.
This commit is contained in:
Harry Moffat 2009-07-22 01:23:40 +00:00
parent e7078147b3
commit 973128d867

View file

@ -110,6 +110,7 @@ extern "C" {
* The microsoft docs says we may need this in some
* cases when building dll's
*/
/*
bool WINAPI DllMain(HINSTANCE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved) {
@ -125,6 +126,7 @@ extern "C" {
}
return TRUE;
}
*/
#endif
#endif