Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / pwlib.mak
blob9b5866e227dc4649fc69c6bdf6c29b7590cf74ab
2 !IFNDEF PWLIBDIR
3 PWLIBDIR=c:\work\pwlib
4 !ENDIF
6 INCLUDE=$(INCLUDE);$(PWLIBDIR)\include\ptlib\msos;$(PWLIBDIR)\include\pwlib\mswin;$(PWLIBDIR)\include
7 LIB=$(LIB);$(PWLIBDIR)\Lib
9 !IFDEF OPENSSLDIR
10 OPENSSLFLAG=1
11 OPENSSLLIBS=ssleay32.lib libeay32.lib
12 !ENDIF
14 !IFDEF EXPATDIR
15 EXPATFLAG=1
16 EXPATLIBS=expat.lib
17 !ENDIF
19 all:
20 cd src\ptlib\msos
21 msdev Console.dsp /MAKE "Console - Win32 Release" /USEENV
22 cd ..\..\..\tools\mergesym
23 msdev MergeSym.dsp /MAKE "MergeSym - Win32 Release" /USEENV
24 cd ..\..\src\ptlib\msos
25 msdev PTLib.dsp /MAKE "PTLib - Win32 Release" /USEENV
26 msdev "Console Components.dsp" /MAKE "Console Components - Win32 Release" /USEENV
27 cd ..\..\pwlib\mswin
28 msdev GUI.dsp /MAKE "GUI - Win32 Release" /USEENV
29 msdev PWLib.dsp /MAKE "PWLib - Win32 Release" /USEENV
30 msdev "GUI Components.dsp" /MAKE "GUI Components - Win32 Release" /USEENV
31 cd ..\..\..\tools\asnparser
32 msdev ASNParser.dsp /MAKE "ASNParser - Win32 Release" /USEENV
33 cd ..\pwrc
34 msdev pwrc.dsp /MAKE "pwrc - Win32 Release" /USEENV
35 cd ..\pwtest
36 msdev PWTest.dsp /MAKE "pwtest - Win32 Release" /USEENV
39 debug: all
40 cd src\ptlib\msos
41 msdev Console.dsp /MAKE "Console - Win32 Debug" /USEENV
42 msdev PTLib.dsp /MAKE "PTLib - Win32 Debug" /USEENV
43 msdev "Console Components.dsp" /MAKE "Console Components - Win32 Debug" /USEENV
44 cd ..\..\pwlib\mswin
45 msdev GUI.dsp /MAKE "GUI - Win32 Debug" /USEENV
46 msdev PWLib.dsp /MAKE "PWLib - Win32 Debug" /USEENV
47 msdev "GUI Components.dsp" /MAKE "GUI Components - Win32 Debug" /USEENV
48 cd ..\..\..\tools\pwtest
49 msdev PWTest.dsp /MAKE "pwtest - Win32 Debug" /USEENV