Commit Graph

4 Commits (master)

Author SHA1 Message Date
Cathal McNally 6094dbdf99 Update to smdlexp.vcxproj
Added Module definition File to linker input for all configurations,
previously only added to debug as spotted by @ripieces Also changed the
relative pathing to $(ProjectDir)..\..\utils\smdlexp\smdlexp.def ->
Cleaner and makes more sense :)
2014-07-21 11:53:15 +02:00
Cathal McNally 3708653ef9 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.
2014-07-21 01:19:11 +02:00
Dominik Tugend e82f7afafc fixes ValveSoftware/halflife#1529 2014-07-19 16:41:43 +02:00
Dominik Tugend a96f882f9d Visual C++ 2010 Express support for utils
Among other problems also fixes ValveSoftware/halflife#1391
2013-10-22 20:52:06 +02:00