aboutsummaryrefslogtreecommitdiff
path: root/iemlib2/src/VC9/makefile_vc9proj
diff options
context:
space:
mode:
Diffstat (limited to 'iemlib2/src/VC9/makefile_vc9proj')
-rw-r--r--iemlib2/src/VC9/makefile_vc9proj44
1 files changed, 2 insertions, 42 deletions
diff --git a/iemlib2/src/VC9/makefile_vc9proj b/iemlib2/src/VC9/makefile_vc9proj
index 276c9f7..7781a3c 100644
--- a/iemlib2/src/VC9/makefile_vc9proj
+++ b/iemlib2/src/VC9/makefile_vc9proj
@@ -1,4 +1,4 @@
-TARGET = iemlib2
+TARGET = iem_atan2
all: ..\$(TARGET).dll
@@ -15,47 +15,7 @@ PD_WIN_LIB = /NODEFAULTLIB:libcmt /NODEFAULTLIB:oldnames /NODEFAULTLIB:kernel32
$(VIS_SDK_PATH)\lib\kernel32.lib \
$(PD_INST_PATH)\bin\pd.lib
-SRC = add2_comma.c \
- aspeedlim.c \
- bpe.c \
- dollarg.c \
- exp_inc.c \
- fade~.c \
- float24.c \
- iem_alisttosym.c \
- iem_anything.c \
- iem_append.c \
- iem_blocksize~.c \
- iem_i_route.c \
- iem_pbank_csv.c \
- iem_prepend.c \
- iem_receive.c \
- iem_route.c \
- iem_samplerate~.c \
- iem_sel_any.c \
- iem_send.c \
- iem_symtoalist.c \
- init.c \
- LFO_noise~.c \
- list2send.c \
- m2f~.c \
- mergefilename.c \
- modulo_counter.c \
- parentdollarzero.c \
- post_netreceive.c \
- pre_inlet.c \
- prepend_ascii.c \
- protect_against_open.c \
- receive2list.c \
- round_zero.c \
- speedlim.c \
- splitfilename.c \
- stripfilename.c \
- toggle_mess.c \
- transf_fader.c \
- unsymbol.c \
- wrap.c \
- $(TARGET).c
+SRC = $(TARGET).c
OBJ = $(SRC:.c=.obj)