Both apps/webbrowser and apps/webserver contain a http-strings.c so the object files generated overwrite each other. However, currently webserver/http-strings.c is a clean superset of webbrowser/http-strings.c so using only that one even in the www.prg project makes things (sort of) work.
This commit is contained in:
parent
3b515587c5
commit
7432afa036
|
@ -187,6 +187,18 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="webserver"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webserver\http-strings.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webserver\http-strings.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webbrowser\html-strings.c"
|
||||
>
|
||||
|
@ -203,14 +215,6 @@
|
|||
RelativePath="..\..\..\apps\webbrowser\htmlparser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webbrowser\http-strings.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webbrowser\http-strings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\apps\webbrowser\http-user-agent-string.c"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue