mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -14,6 +14,5 @@ Font_NListOfSystemFont.hxx
|
||||
Font_Rect.hxx
|
||||
Font_SystemFont.cxx
|
||||
Font_SystemFont.hxx
|
||||
Font_NameOfFont.hxx
|
||||
Font_TextFormatter.hxx
|
||||
Font_TextFormatter.cxx
|
@@ -12,7 +12,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <windows.h>
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <WNT_WClass.hxx>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user