3121e6cb2a
This implements the GDI Rect Multicolor functions. This will work without any problems when targetting Windows 2000 and up. TODO: Fix Alpha blending. The Color Matrix does not render correctly.
7 lines
237 B
Batchfile
7 lines
237 B
Batchfile
@echo off
|
|
|
|
rem This will use VS2015 for compiler
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
|
|
|
|
cl /nologo /W3 /O2 /fp:fast /Gm- /Fedemo.exe main.c user32.lib gdi32.lib Msimg32.lib /link /incremental:no
|