--------------------Configuration: mod_lua - Win32 Release
Multilib--------------------
Compiling...
Command line warning D4025 : overriding '/Fdmsvc6prj\mod_lua/' with
'/Fd..\..\..\bin\wxlua-lua.pdb'
lua.c
Linking...

Here's the ./modules/build/msw/modules_mod_lua.dsp file for the warning.

!ELSEIF  "$(CFG)" == "mod_lua - Win32 Release Multilib"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "..\..\..\bin"
# PROP BASE Intermediate_Dir "msvc6prj\mod_lua"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\..\bin"
# PROP Intermediate_Dir "msvc6prj\mod_lua"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /FD /MD /GR /EHsc /w /O2 /I "..\..\lua\include"
/Fd..\..\..\bin\wxlua-lua.pdb /D "WIN32" /D "_CONSOLE" /c
# ADD CPP /nologo /FD /MD /GR /EHsc /w /O2 /I "..\..\lua\include"
/Fd..\..\..\bin\wxlua-lua.pdb /D "WIN32" /D "_CONSOLE" /c
# ADD BASE RSC /l 0x409 /d "_CONSOLE" /i ..\..\lua\include
# ADD RSC /l 0x409 /d "_CONSOLE" /i ..\..\lua\include
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 ..\..\..\lib\vc_lib\wxlua_msw26_lua.lib /nologo
/machine:i386 /out:"..\..\..\bin\wxlua-lua.exe" /subsystem:console
# ADD LINK32 ..\..\..\lib\vc_lib\wxlua_msw26_lua.lib /nologo
/machine:i386 /out:"..\..\..\bin\wxlua-lua.exe" /subsystem:console

I guess it doesn't like that the "Intermediate_Dir" is not the same as
where the pdb file goes? Maybe the /Fd should also use
"msvc6prj\mod_lua"?

Any ideas?
    John Labenski


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to