fixed execution order bug that was causing the first two frame numbers to output...
[puredata.git] / packages / win32_inno / Makefile.nmake
blobd6e3bc032f7ad1c45290960b4bd2cbd690e31bf2
1 # ----------------------- NT -----------------------
4 .SUFFIXES: .dll
6 VC="C:\Program Files\Microsoft Visual Studio\Vc98"
8 PDNTINCLUDE = /I. /I /I..\..\pd\src /I$(VC)\include
10 PDNTLDIR = $(VC)\lib
13 all: 
14 # externals
15         cd ..\..\externals\build\win && nmake
16 # flext
17 # non-standard paths in T. Grill's config-pd-*.txt files
18 # use need to edit config-pd-msvc.txt to get this to work
19 #       cd ..\..\externals\grill\flext && nmake /f makefile.pd-msvc
22 clean:
23 # externals
24         cd ..\..\externals\build\win && nmake clean
25 # flext
26         cd ..\..\externals\grill\flext && nmake /f makefile.pd-msvc clean