diff options
author | musil <tmusil@users.sourceforge.net> | 2011-07-07 18:43:33 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2011-07-07 18:43:33 +0000 |
commit | dbf6dd4eb91e1917cc5d546548d58b6891710a53 (patch) | |
tree | c79f74ab3317178de9fc84b75cb8b066f011814d /iemlib2 | |
parent | 570760dd8c7d7a10da7ef107b2ffae4c0c8442fe (diff) |
deleted iemlib2.sln and vcproj, added iem_atan2.sln and vcproj, changed makefile_vc9proj
svn path=/trunk/externals/iemlib/; revision=15146
Diffstat (limited to 'iemlib2')
-rw-r--r-- | iemlib2/src/VC9/iem_atan2.sln (renamed from iemlib2/src/VC9/iemlib2.sln) | 2 | ||||
-rw-r--r-- | iemlib2/src/VC9/iem_atan2.vcproj (renamed from iemlib2/src/VC9/iemlib2.vcproj) | 8 | ||||
-rw-r--r-- | iemlib2/src/VC9/makefile_vc9proj | 44 |
3 files changed, 7 insertions, 47 deletions
diff --git a/iemlib2/src/VC9/iemlib2.sln b/iemlib2/src/VC9/iem_atan2.sln index 03f40e8..ac8c11c 100644 --- a/iemlib2/src/VC9/iemlib2.sln +++ b/iemlib2/src/VC9/iem_atan2.sln @@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iemlib2", "iemlib2.vcproj", "{6A44952F-0D55-44EE-9032-928368583BEC}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iem_atan2", "iem_atan2.vcproj", "{6A44952F-0D55-44EE-9032-928368583BEC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/iemlib2/src/VC9/iemlib2.vcproj b/iemlib2/src/VC9/iem_atan2.vcproj index 756ccd1..855762c 100644 --- a/iemlib2/src/VC9/iemlib2.vcproj +++ b/iemlib2/src/VC9/iem_atan2.vcproj @@ -2,7 +2,7 @@ <VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
- Name="iemlib2"
+ Name="iem_atan2"
ProjectGUID="{6A44952F-0D55-44EE-9032-928368583BEC}"
Keyword="MakeFileProj"
TargetFrameworkVersion="131072"
@@ -28,7 +28,7 @@ BuildCommandLine="NMAKE /f makefile_vc9proj"
ReBuildCommandLine="NMAKE /f makefile_vc9proj /a"
CleanCommandLine=""
- Output="iemlib2.exe"
+ Output="iem_atan2.exe"
PreprocessorDefinitions=""
IncludeSearchPath=""
ForcedIncludes=""
@@ -50,7 +50,7 @@ BuildCommandLine="NMAKE /f makefile_vc9proj"
ReBuildCommandLine="NMAKE /f makefile_vc9proj /a"
CleanCommandLine=""
- Output="iemlib2.exe"
+ Output="iem_atan2.exe"
PreprocessorDefinitions=""
IncludeSearchPath=""
ForcedIncludes=""
@@ -64,7 +64,7 @@ </References>
<Files>
<File
- RelativePath="iemlib2.bsc"
+ RelativePath="iem_atan2.bsc"
>
</File>
<File
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)
|