blob: 56b4deee22889b33bd7ee842c3f4227034f9fb13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
!ifdef $(MAX)
# Max/MSP
!include config-pd-msvc.txt
!include makefile-msvc.txt
!include ..\flext\build\make-win-max-msvc.inc
!elseifdef $(PD)
# PD
!include config-pd-msvc.txt
!include makefile-msvc.txt
!include ..\flext\build\make-win-pd-msvc.inc
!else
!error Platform not supported
!endif
# all the source files from the package
!include make-files.txt
# now build
!include ..\flext\build\make-win-gen-msvc.inc
|