Examples: Added null_example/ which is helpful for quick testing on multiple compilers/settings without relyong on graphics library.

This commit is contained in:
omar
2017-12-23 13:40:01 +01:00
parent 46dcd9aa50
commit cf9b893841
2 changed files with 36 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
mkdir Debug
cl /nologo /Zi /MD /I ..\.. *.cpp ..\..\*.cpp /FeDebug/null_example.exe /FoDebug/ /link gdi32.lib shell32.lib