This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
winpty
Watch
1
Star
0
Fork
0
You've already forked winpty
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a4df196ed4
winpty
/
.gitignore
10 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Checkpoint a reimplementation that uses Qt extensively. - Use QMake instead of CMake. - Use QLocalSocket/QLocalServer to access Win32 named pipes.
2011-10-31 09:19:18 +00:00
*.pro.user
Implement the Unix TestNet client.
2011-11-11 10:20:32 +00:00
*.pro.user.*
Checkpoint a reimplementation that uses Qt extensively. - Use QMake instead of CMake. - Use QLocalSocket/QLocalServer to access Win32 named pipes.
2011-10-31 09:19:18 +00:00
*-build-desktop
Work on switching from qmake to makefiles and reorganize code a little. My plan now is to integrate the PseudoConsole with Cygwin and MSYS ptys, with initial focus on Cygwin. I think I'll keep the separate Agent and DLL binaries, and they'll continue to be native Win32 binaries. I don't want to have two build systems (qmake vs whatever MSYS/Cygwin uses), and since I'd like to remove the Qt dependency anyway, I'm trying to switch to makefiles.
2012-01-22 01:30:41 +00:00
*.o
*.d
*.exe
*.dll
moc_*.cc
Support running TestNetServer as a Windows service. * Add a note on how to use instsrv and srvany. * First look for Agent.exe in the same directory as TestNetServer.exe before looking for the executable in the build directory that Qt Creator uses. * Write a script that copies MinGW/Qt DLLs to a single directory.
2011-11-25 09:52:58 +00:00
deploy
Reference in New Issue
Copy Permalink