mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-21 12:01:07 +00:00
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.
This commit is contained in:
parent
26d0175cbb
commit
3708653ef9
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue