4328e6e5ab
CMake: Link Cedar to Mayaqua directly
...
It's Cedar itself that depends on Mayaqua, not the executables.
2021-07-07 08:08:12 +02:00
a6ba9b8788
Include headers properly
2021-04-05 04:48:25 +02:00
4db6247b80
Merge Windows manifest files into a single one
2021-03-27 00:33:20 +01:00
d53f80bfa6
Remove BuildUtil and all MSBuild projects, except the ones not in CMake yet
...
Since 35200a29ea
we build complete installers using CMake, meaning that there's no need for BuildUtil anymore.
MSBuild projects that are not migrated to CMake yet are kept for reference.
This commit also updates BUILD_WINDOWS.md so that it mentions Visual Studio 2019 instead of 2017.
2021-02-19 21:17:01 +01:00
588d7539f4
vpntest.c: add "setupapi" command to test SetupAPI (Windows only)
...
Co-authored-by: Davide Beatrici <git@davidebeatrici.dev >
2020-07-27 05:31:02 +02:00
369a8850c4
CMake: don't hardcode build directories
...
Our CMake project used to forcefully create and use two different build directories: "build" and "tmp".
This commit changes the behavior so that only the build directory CMake is ran in is used.
The "configure" script now runs CMake in "build" by default, instead of "tmp".
2020-07-20 18:31:41 +02:00
c6068d23c7
Enables crash minidump for Win32 vpntest. Minidump files will be saved to the 'C:\Users\<username>\AppData\Local\Temp\vpn_debug' (for normal user) or 'src\bin\vpn_debug\' (for administrator user).
2019-08-04 10:26:41 +09:00
6903f9b89f
CMake: build targets with versioning info on Windows
2018-11-27 05:26:21 +01:00
04188f8606
CMake: change project name to "SoftEther VPN", create and use "TOP_DIRECTORY" variable
2018-11-27 05:00:30 +01:00
e1bd84d7f3
CMake: set PDB output directory, don't set default build type
2018-11-18 04:18:42 +01:00
0bc6a9ba5e
src: change "afxres.h" to "winres.h" in all resource files, to remove MFC dependency
2018-11-07 21:23:55 +00:00
292670cfa2
vpntest: return non zero on invalid syntax
2018-10-27 09:55:42 +05:00
c1f522c10e
CMake: add support for Windows (Visual C++ 2017 toolset)
2018-10-24 21:25:57 +02:00
8173eb4509
CMake: build all targets in the same directory, so that "hamcore.se2" doesn't have to be copied for each of them
2018-10-18 02:02:17 +02:00
c000c2f1e0
vpntest improvement: add Server Manager UI and Client Manager UI test
2018-10-09 21:34:54 +09:00
97d7f3fb05
Add "vpntest" to CMake
2018-10-08 05:10:54 +02:00
ee208dd6f0
Finally, the implementation of test code is completed! Ha ha ha
2018-10-08 11:50:11 +09:00
2d76507561
Next, change the project name "Ham" to "vpntest" so every programmer will recognize easily it is a test program.
2018-10-08 11:19:39 +09:00