Added needed copies (dosyacc and doslex) to the VA 4.0 .icc files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-04-11 21:03:48 +00:00
parent 7b41d11654
commit 732c17643c
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
{
run before '-mkdir ' '..\\src\\common\\dbgos240dll'
run before '-mkdir ' '..\\samples\\minimal\\dbgos240dll'
run before 'copy ' '..\\src\common\\dosyacc.c ' '..\\src\\common\\y_tab.c'
run before 'copy ' '..\\src\common\\doslex.c ' '..\\src\\common\\lex_yy.c'
}
target type("dll") "..\\lib\\Wxwindll.dll"
{

View File

@@ -16,6 +16,8 @@ option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), gen(mangl
perform
{
run before '-mkdir ' '..\\src\\common\\dbgos240'
run before 'copy ' '..\\src\common\\dosyacc.c ' '..\\src\\common\\y_tab.c'
run before 'copy ' '..\\src\common\\doslex.c ' '..\\src\\common\\lex_yy.c'
}
target type("lib") "..\\LIB\\wx40.lib"
{