Added filename.cpp to build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-12-29 22:12:54 +00:00
parent ee66f09217
commit 045c8df996
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
{ {
source type(cpp) "COMMON\\APPCMN.CPP" source type(cpp) "COMMON\\APPCMN.CPP"
source type(cpp) "COMMON\\CHOICCMN.CPP" source type(cpp) "COMMON\\CHOICCMN.CPP"
source type(cpp) "COMMON\\CSHELP.CPP"
source type(cpp) "COMMON\\CLIPCMN.CPP" source type(cpp) "COMMON\\CLIPCMN.CPP"
source type(cpp) "COMMON\\CMDLINE.CPP" source type(cpp) "COMMON\\CMDLINE.CPP"
source type(cpp) "COMMON\\CMNDATA.CPP" source type(cpp) "COMMON\\CMNDATA.CPP"
@@ -65,6 +66,7 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
source type(cpp) "COMMON\\FILE.CPP" source type(cpp) "COMMON\\FILE.CPP"
source type(cpp) "COMMON\\FILECONF.CPP" source type(cpp) "COMMON\\FILECONF.CPP"
source type(cpp) "COMMON\\FILEFN.CPP" source type(cpp) "COMMON\\FILEFN.CPP"
source type(cpp) "COMMON\\FILENAME.CPP"
source type(cpp) "COMMON\\FILESYS.CPP" source type(cpp) "COMMON\\FILESYS.CPP"
source type(cpp) "COMMON\\FONTCMN.CPP" source type(cpp) "COMMON\\FONTCMN.CPP"
source type(cpp) "COMMON\\FONTMAP.CPP" source type(cpp) "COMMON\\FONTMAP.CPP"
@@ -149,7 +151,6 @@ option ProjectOptions = lang(longlong, "yes"), gen(manglelinkagekeywordonlyfunc
source type(cpp) "GENERIC\\CARET.CPP" source type(cpp) "GENERIC\\CARET.CPP"
source type(cpp) "GENERIC\\CHOICDGG.CPP" source type(cpp) "GENERIC\\CHOICDGG.CPP"
source type(cpp) "GENERIC\\COLRDLGG.CPP" source type(cpp) "GENERIC\\COLRDLGG.CPP"
source type(cpp) "GENERIC\\CSHELP.CPP"
source type(cpp) "GENERIC\\DCPSG.CPP" source type(cpp) "GENERIC\\DCPSG.CPP"
source type(cpp) "GENERIC\\DRAGIMGG.CPP" source type(cpp) "GENERIC\\DRAGIMGG.CPP"
source type(cpp) "GENERIC\\FONTDLGG.CPP" source type(cpp) "GENERIC\\FONTDLGG.CPP"

View File

@@ -51,6 +51,7 @@ option ProjectOptions = gen(arch, "pentium2"), lang(longlong, "yes"), gen(mangl
source "COMMON\\file.cpp" source "COMMON\\file.cpp"
source "COMMON\\fileconf.cpp" source "COMMON\\fileconf.cpp"
source "COMMON\\filefn.cpp" source "COMMON\\filefn.cpp"
source "COMMON\\filename.cpp"
source "COMMON\\filesys.cpp" source "COMMON\\filesys.cpp"
source "COMMON\\fontcmn.cpp" source "COMMON\\fontcmn.cpp"
source "COMMON\\fontmap.cpp" source "COMMON\\fontmap.cpp"