Update smdlexp.vcxproj

Added a relative path to the required Module definition File smdlexp.def
found in halflife\utils\smdlexp

Although the project will compile fine without this step, 3DSMAX will
fail to load the plug-in giving errors such as "smdlexp.dle doesn't
implement LibVersion"

It seems that smdlexp.def needs to be explicitly defined in the vcxproj
in order to work.
master
Cathal McNally 2014-07-21 01:19:11 +02:00
parent 26d0175cbb
commit 3708653ef9
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<AdditionalDependencies>COMCTL32.LIB;maxutil.lib;geom.lib;mesh.lib;core.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>c:\3dsmax42\maxsdk\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<OutputFile>c:\3dsmax42\plugins\smdlexp.dle</OutputFile>
<ModuleDefinitionFile>$(MSBuildProjectDirectory)\..\..\utils\smdlexp\smdlexp.def</ModuleDefinitionFile>
</Link>
<PostBuildEvent>
<Command>