From f0de7e1aa940335ba2130f9f318539e2432c44a1 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 30 Oct 2004 03:58:27 +0000 Subject: avoid malicious file name characters remove legacy files svn path=/trunk/; revision=2190 --- externals/grill/vasp/vasp.dsp | 488 -------------------------------- externals/grill/vasp/vasp.vcproj | 6 +- externals/grill/vasp/vasp.vcproj.vspscc | 10 - 3 files changed, 1 insertion(+), 503 deletions(-) delete mode 100644 externals/grill/vasp/vasp.dsp delete mode 100644 externals/grill/vasp/vasp.vcproj.vspscc (limited to 'externals') diff --git a/externals/grill/vasp/vasp.dsp b/externals/grill/vasp/vasp.dsp deleted file mode 100644 index 39440734..00000000 --- a/externals/grill/vasp/vasp.dsp +++ /dev/null @@ -1,488 +0,0 @@ -# Microsoft Developer Studio Project File - Name="vasp" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** NICHT BEARBEITEN ** - -# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 - -CFG=vasp - Win32 Threads Debug -!MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE -!MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl -!MESSAGE -!MESSAGE NMAKE /f "vasp.mak". -!MESSAGE -!MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben -!MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: -!MESSAGE -!MESSAGE NMAKE /f "vasp.mak" CFG="vasp - Win32 Threads Debug" -!MESSAGE -!MESSAGE Für die Konfiguration stehen zur Auswahl: -!MESSAGE -!MESSAGE "vasp - Win32 Release" (basierend auf "Win32 (x86) Dynamic-Link Library") -!MESSAGE "vasp - Win32 Debug" (basierend auf "Win32 (x86) Dynamic-Link Library") -!MESSAGE "vasp - Win32 Threads Debug" (basierend auf "Win32 (x86) Dynamic-Link Library") -!MESSAGE "vasp - Win32 Threads Release" (basierend auf "Win32 (x86) Dynamic-Link Library") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "max/vasp/source" -# PROP Scc_LocalPath "." -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "vasp - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "pd-msvc\r" -# PROP Intermediate_Dir "pd-msvc\r" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VASP_EXPORTS" /YX /FD /c -# ADD CPP /nologo /G6 /W3 /Ox /Ot /Og /Ob2 /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext\source" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D FLEXT_SYS=2 /YX"main.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc07 /d "NDEBUG" -# ADD RSC /l 0xc07 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\pd-msvc\flext-pdwin.lib /nologo /dll /machine:I386 /libpath:"c:\programme\audio\pd\bin" -# SUBTRACT LINK32 /debug - -!ELSEIF "$(CFG)" == "vasp - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "pd-msvc\d" -# PROP Intermediate_Dir "pd-msvc\d" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VASP_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /ZI /Od /Ob0 /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext\source" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D FLEXT_SYS=2 /D "VASP_COMPACT" /FR /YX"main.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc07 /d "_DEBUG" -# ADD RSC /l 0xc07 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\pd-msvc\flext_d-pdwin.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"c:\programme\audio\pd\bin" - -!ELSEIF "$(CFG)" == "vasp - Win32 Threads Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "vasp___Win32_Threads_Debug" -# PROP BASE Intermediate_Dir "vasp___Win32_Threads_Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "pd-msvc\td" -# PROP Intermediate_Dir "pd-msvc\td" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PD" /D "NT" /FR /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext\source" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D FLEXT_SYS=2 /D "FLEXT_THREADS" /D "VASP_COMPACT" /FR /YX"main.h" /FD /GZ /c -# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc07 /d "_DEBUG" -# ADD RSC /l 0xc07 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\msvc-debug\flext-t-pdwin.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"c:\programme\audio\pd\bin" -# ADD LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\pd-msvc\flext_td-pdwin.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"c:\programme\audio\pd\bin" - -!ELSEIF "$(CFG)" == "vasp - Win32 Threads Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "vasp___Win32_Threads_Release" -# PROP BASE Intermediate_Dir "vasp___Win32_Threads_Release" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "pd-msvc\t" -# PROP Intermediate_Dir "pd-msvc\t" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /MT /W3 /GR /GX /O2 /Ob2 /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PD" /D "NT" /YX /FD /c -# ADD CPP /nologo /G6 /MT /W3 /Ox /Ot /Og /Ob2 /I "c:\programme\audio\pd\src" /I "f:\prog\max\flext\source" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D FLEXT_SYS=2 /D "FLEXT_THREADS" /YX"main.h" /FD /c -# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 -# ADD BASE RSC /l 0xc07 /d "NDEBUG" -# ADD RSC /l 0xc07 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\msvc-debug\flext-t-pdwin.lib /nologo /dll /machine:I386 /libpath:"c:\programme\audio\pd\bin" -# SUBTRACT BASE LINK32 /debug -# ADD LINK32 kernel32.lib user32.lib pthreadVC.lib pd.lib ..\flext\pd-msvc\flext_t-pdwin.lib /nologo /dll /machine:I386 /out:"pd-msvc/vasp.dll" /libpath:"c:\programme\audio\pd\bin" -# SUBTRACT LINK32 /debug - -!ENDIF - -# Begin Target - -# Name "vasp - Win32 Release" -# Name "vasp - Win32 Debug" -# Name "vasp - Win32 Threads Debug" -# Name "vasp - Win32 Threads Release" -# Begin Group "doc" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=changes.txt -# End Source File -# Begin Source File - -SOURCE=license.txt -# End Source File -# Begin Source File - -SOURCE=readme.txt -# End Source File -# Begin Source File - -SOURCE=todo.txt -# End Source File -# End Group -# Begin Group "vasp" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=source\arg.cpp -# End Source File -# Begin Source File - -SOURCE=source\arg.h -# End Source File -# Begin Source File - -SOURCE=source\buflib.cpp -# End Source File -# Begin Source File - -SOURCE=source\buflib.h -# End Source File -# Begin Source File - -SOURCE=source\classes.cpp -# End Source File -# Begin Source File - -SOURCE=source\classes.h -# End Source File -# Begin Source File - -SOURCE=source\env.cpp -# End Source File -# Begin Source File - -SOURCE=source\env.h -# End Source File -# Begin Source File - -SOURCE=source\util.cpp -# End Source File -# Begin Source File - -SOURCE=source\util.h -# End Source File -# Begin Source File - -SOURCE=source\vasp.cpp -# End Source File -# Begin Source File - -SOURCE=source\vasp.h -# End Source File -# Begin Source File - -SOURCE=source\vbuffer.cpp -# End Source File -# Begin Source File - -SOURCE=source\vbuffer.h -# End Source File -# Begin Source File - -SOURCE=source\vecblk.cpp -# End Source File -# Begin Source File - -SOURCE=source\vecblk.h -# End Source File -# End Group -# Begin Group "ops" - -# PROP Default_Filter "" -# Begin Group "funcs" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=source\ops_arith.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_arith.h -# End Source File -# Begin Source File - -SOURCE=source\ops_assign.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_assign.h -# End Source File -# Begin Source File - -SOURCE=source\ops_carith.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_carith.h -# End Source File -# Begin Source File - -SOURCE=source\ops_cmp.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_cmp.h -# End Source File -# Begin Source File - -SOURCE=source\ops_cplx.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_cplx.h -# End Source File -# Begin Source File - -SOURCE=source\ops_dft.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_dft.h -# End Source File -# Begin Source File - -SOURCE=source\ops_feature.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_feature.h -# End Source File -# Begin Source File - -SOURCE=source\ops_flt.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_flt.h -# End Source File -# Begin Source File - -SOURCE=source\ops_gate.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_gen.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_gen.h -# End Source File -# Begin Source File - -SOURCE=source\ops_qminmax.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_rearr.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_rearr.h -# End Source File -# Begin Source File - -SOURCE=source\ops_resmp.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_resmp.h -# End Source File -# Begin Source File - -SOURCE=source\ops_search.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_search.h -# End Source File -# Begin Source File - -SOURCE=source\ops_trnsc.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_trnsc.h -# End Source File -# Begin Source File - -SOURCE=source\ops_wnd.cpp -# End Source File -# Begin Source File - -SOURCE=source\ops_wnd.h -# End Source File -# End Group -# Begin Source File - -SOURCE=source\opbase.cpp -# End Source File -# Begin Source File - -SOURCE=source\opbase.h -# End Source File -# Begin Source File - -SOURCE=source\opdefs.h -# End Source File -# Begin Source File - -SOURCE=source\opfuns.h -# End Source File -# Begin Source File - -SOURCE=source\oploop.h -# End Source File -# Begin Source File - -SOURCE=source\opparam.cpp -# End Source File -# Begin Source File - -SOURCE=source\opparam.h -# End Source File -# Begin Source File - -SOURCE=source\oppermute.h -# End Source File -# Begin Source File - -SOURCE=source\ops.h -# End Source File -# Begin Source File - -SOURCE=source\opvecs.cpp -# End Source File -# End Group -# Begin Group "dft" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=source\mixfft.cpp -# End Source File -# Begin Source File - -SOURCE=source\rdx2fft.cpp -# End Source File -# Begin Source File - -SOURCE=source\rvfft.cpp -# End Source File -# End Group -# Begin Group "objs" - -# PROP Default_Filter "" -# Begin Source File - -SOURCE=source\obj_chns.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_frames.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_imm.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_offs.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_part.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_peaks.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_q.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_radio.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_size.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_split.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_sync.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_vasp.cpp -# End Source File -# Begin Source File - -SOURCE=source\obj_vecs.cpp -# End Source File -# End Group -# Begin Source File - -SOURCE=source\main.cpp -# End Source File -# Begin Source File - -SOURCE=source\main.h -# End Source File -# End Target -# End Project diff --git a/externals/grill/vasp/vasp.vcproj b/externals/grill/vasp/vasp.vcproj index 1f7fa81a..6bb6807a 100644 --- a/externals/grill/vasp/vasp.vcproj +++ b/externals/grill/vasp/vasp.vcproj @@ -2,11 +2,7 @@ + Name="vasp"> diff --git a/externals/grill/vasp/vasp.vcproj.vspscc b/externals/grill/vasp/vasp.vcproj.vspscc deleted file mode 100644 index 6cb031bc..00000000 --- a/externals/grill/vasp/vasp.vcproj.vspscc +++ /dev/null @@ -1,10 +0,0 @@ -"" -{ -"FILE_VERSION" = "9237" -"ENLISTMENT_CHOICE" = "NEVER" -"PROJECT_FILE_RELATIVE_PATH" = "" -"NUMBER_OF_EXCLUDED_FILES" = "0" -"ORIGINAL_PROJECT_FILE_PATH" = "" -"NUMBER_OF_NESTED_PROJECTS" = "0" -"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT" -} -- cgit v1.2.1