Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / labviewrt_dll.mpb
blob670695f095534611e17c02e8487920860a67df97
1 //
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.
8 project {
9   macros += ACE_BUILD_LABVIEW_EXE_AS_DLL
10   specific(vc71) {
11     configuration_type = 2
12     exe_ext = .dll
13     common_defines -= _CONSOLE
14     common_defines += _WINDOWS
15   }