2 // This base project changes all projects to generate DLLs regardless of
3 // whether it's an exe or a dll project. The DLLs still go in the place the
4 // exe would have been generated, just as a DLL, not an EXE.
5 // This is needed when generating projects to build LabVIEW RT "programs"
6 // that must be loaded as DLLs.
9 macros += ACE_BUILD_LABVIEW_EXE_AS_DLL
11 configuration_type = 2
13 common_defines -= _CONSOLE
14 common_defines += _WINDOWS