diff options
Diffstat (limited to 'externals/grill/vasp/makefile.pd-msvc')
-rw-r--r-- | externals/grill/vasp/makefile.pd-msvc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/grill/vasp/makefile.pd-msvc b/externals/grill/vasp/makefile.pd-msvc index 9f55ea1a..1ab086f8 100644 --- a/externals/grill/vasp/makefile.pd-msvc +++ b/externals/grill/vasp/makefile.pd-msvc @@ -24,8 +24,6 @@ CFLAGS=/GR /GX- /GD /G6 /Ox /MT NAME=vasp -DIR=source - !include make-files.txt @@ -43,7 +41,7 @@ $(OUTPATH): # bad tricks here... the obj's are phantom files... no real make -{$(DIR)}.cpp.obj: +{$(SRCDIR)}.cpp.obj: cl /c /LD $(CFLAGS) $(DEFS) $(INCPATH) $** /Fo$(OUTPATH)\$@ $(OUTPATH)\$(NAME).dll: $(OBJS) |