galaxyhaxz
|
71c2149d46
|
First "working" version of diabloui.dll ^_^ (#221)
|
8 years ago |
galaxyhaxz
|
48fc4bc4b6
|
Fix typo and add remaining instructions
|
8 years ago |
galaxyhaxz
|
05b1f90027
|
Implement Diablo UI code (#206)
|
8 years ago |
Anders Jenbo
|
cbf08f290e
|
Enable PCH for both builds
/Zi is needed for PCH as well as PDB, since it dosn't change the
resulting exe and can speed up build time a lot this switches it on for
all builds
|
8 years ago |
Dennis Duda
|
f543572393
|
Added precompiled headers (PCH) and enable minimal rebuild to improve compilation speed for build reruns.
This makes rebuilds near instantaneous, as long as the header files aren't changed. (Same settings as the VC gui)
|
8 years ago |
Dennis Duda
|
4b339a8896
|
Fix diablo obj build/link order to match the VC6 build/link order. Compile all main files with one compiler call
|
8 years ago |
Anders Jenbo
|
43f5295170
|
Update VS6 folder
|
8 years ago |
Anders Jenbo
|
71f890a29b
|
Add option to generate pdb file for devilution-comparer
|
8 years ago |
Dennis Duda
|
444a5f2011
|
Updated `MakefileVC` so that only the two paths to VC5 and VS6 have to be supplied.
|
8 years ago |
Dennis Duda
|
06d4e8a64e
|
Converted workspace, projects, makefile to VC++6
updated Makefile to compile with VC++ 6, link/generate the DLLs with link.exe 6, but link Diablo.exe with link 5.10
|
8 years ago |
Robin Eklind
|
e3a51ed1d1
|
Add Makefile for compiling with VC on Linux (#94)
|
8 years ago |