blob: f15ca404312e6ffaefe3ff2ee63c07c7386645b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Filename: VCAUTO.MAK
# Top level makefile for MSVC.
# $Id$
ACE_PLATFORM = Win32
#ACE_PLATFORM = Win32 Alpha
ACE_TARGET = Debug
#ACE_TARGET = Release
#ACE_TARGET = Unicode Debug
#ACE_TARGET = Unicode Release
#ACE_ACTION = clean
DIR_LIST = ace.dir netsvcs.dir tests.dir TAO.dir
!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK>
|