1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0027115: Configuration, genproj - add headers to generated MS VS projects

Header files and non-compilable source files are now included within generated VS projects.
genproj now generates DRAWEXE.rc.
This commit is contained in:
kgv
2018-11-02 17:55:03 +03:00
committed by bugmaster
parent 6ff61620a3
commit cf4bee7c0c
5 changed files with 100 additions and 110 deletions

View File

@@ -12,8 +12,10 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
// include windows.h first to have all definitions available
#include <windows.h>
#if defined(_WIN32)
// include windows.h first to have all definitions available
#include <windows.h>
#endif
#include <WNT_Window.hxx>