Skip to content
Snippets Groups Projects
Commit 0773c2e3 authored by DarkGod's avatar DarkGod
Browse files

update windows build

parent 279ef507
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
@set DLLNAME=te4-web.dll
@set LIBNAME=te4-web.lib
@set TE4_WEB_C=web.cpp web-utils.cpp gl_texture_surface.cpp
@set TE4_WEB_INCLUDES=/I ".." /I "C:\MingW\include\SDL2" /I "n:\libs\awesomium\1.7.3.0\include"
@set TE4_WEB_LIBS="n:\libs\awesomium\1.7.3.0\build\lib\awesomium.lib"
@set TE4_WEB_INCLUDES=/I ".." /I "C:\MingW\include\SDL2" /I "n:\libs\awesomium\1.7.4.1\include"
@set TE4_WEB_LIBS="n:\libs\awesomium\1.7.4.1\build\lib\awesomium.lib"
%CXX% %CXXFLAGS% /LD /Fe%DLLNAME% %TE4_WEB_INCLUDES% %TE4_WEB_C% %TE4_WEB_LIBS%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment