Update the gyp file to account for recent file renamings and refactoring.
Also add agent/EventLoop.h. I don't know why it wasn't listed. With these changes, gyp no longer complains about missing files. Unfortunately I can't do more testing at the moment. This commit might fix issue https://github.com/rprichard/winpty/issues/55.
This commit is contained in:
parent
fb0940b6da
commit
303ddb9b4a
10
winpty.gyp
10
winpty.gyp
@ -18,8 +18,6 @@
|
||||
'sources' : [
|
||||
'agent/Agent.h',
|
||||
'agent/Agent.cc',
|
||||
'agent/AgentAssert.h',
|
||||
'agent/AgentAssert.cc',
|
||||
'agent/ConsoleFont.cc',
|
||||
'agent/ConsoleFont.h',
|
||||
'agent/ConsoleInput.cc',
|
||||
@ -29,6 +27,7 @@
|
||||
'agent/Coord.h',
|
||||
'agent/Coord.cc',
|
||||
'agent/DsrSender.h',
|
||||
'agent/EventLoop.h',
|
||||
'agent/EventLoop.cc',
|
||||
'agent/LargeConsoleRead.h',
|
||||
'agent/LargeConsoleRead.cc',
|
||||
@ -42,13 +41,16 @@
|
||||
'agent/Win32Console.cc',
|
||||
'agent/Win32Console.h',
|
||||
'agent/main.cc',
|
||||
'agent/winpty_wcsnlen.cc',
|
||||
'agent/winpty_wcsnlen.h',
|
||||
'shared/AgentMsg.h',
|
||||
'shared/Buffer.h',
|
||||
'shared/DebugClient.h',
|
||||
'shared/DebugClient.cc',
|
||||
'shared/OsModule.h',
|
||||
'shared/WinptyAssert.h',
|
||||
'shared/WinptyAssert.cc',
|
||||
'shared/c99_snprintf.h',
|
||||
'shared/winpty_wcsnlen.cc',
|
||||
'shared/winpty_wcsnlen.h',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user