aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/vasp.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:02:40 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-17 05:02:40 +0000
commitc749af94ff9a33fb85e60079be85414bd2fca501 (patch)
treecd7623f30f27525b5751fcd2fbf09baa03985f8f /externals/grill/vasp/vasp.vcproj
parentf688c9de1efee2e09fbb9b39a715853b23fadcb3 (diff)
avoid malicious file name characters
using flext build system remove legacy files svn path=/trunk/; revision=2395
Diffstat (limited to 'externals/grill/vasp/vasp.vcproj')
-rw-r--r--externals/grill/vasp/vasp.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/vasp.vcproj b/externals/grill/vasp/vasp.vcproj
index 6bb6807a..94fd8054 100644
--- a/externals/grill/vasp/vasp.vcproj
+++ b/externals/grill/vasp/vasp.vcproj
@@ -286,7 +286,7 @@
OmitFramePointers="TRUE"
OptimizeForProcessor="3"
OptimizeForWindowsApplication="FALSE"
- AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src;f:\prog\packs\pthreads,f:\prog\max\flext\source"
+ AdditionalIncludeDirectories="&quot;c:\data\prog\pd\pd-cvs\src&quot;;c:\data\prog\packs\pthreads;..\flext\source"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
ExceptionHandling="TRUE"
RuntimeLibrary="2"
@@ -307,7 +307,7 @@
OutputFile="$(outdir)/vasp.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="f:\prog\pd\pd-cvs\bin;f:\prog\packs\pthreads"
+ AdditionalLibraryDirectories="&quot;c:\data\prog\pd\pd-cvs\bin&quot;;c:\data\prog\packs\pthreads"
GenerateDebugInformation="FALSE"
ProgramDatabaseFile="$(outdir)/vasp.pdb"
ImportLibrary="$(outdir)/vasp.lib"