summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/labviewrt_dll.mpb
blob: 3294cf8669e0012c1185a1dfdabc7f526a3e4c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$
//
// This base project changes all projects to generate DLLs regardless of
// whether it's an exe or a dll project. The DLLs still go in the place the
// exe would have been generated, just as a DLL, not an EXE.
// This is needed when generating projects to build LabVIEW RT "programs"
// that must be loaded as DLLs.

project {
  macros += ACE_BUILD_LABVIEW_EXE_AS_DLL
  specific(vc71) {
    configuration_type = 2
    exe_ext = .dll
    common_defines -= _CONSOLE
    common_defines += _WINDOWS
  }
}