Commit 1373009bc6d693951cddb163dae0444839a7129e

Authored by Perry Werneck
1 parent 3a72fb92
Exists in master and in 1 other branch develop

Adding windows install scripts

Showing 2 changed files with 8 additions and 0 deletions   Show diff stats
install.bat 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +@echo off
  2 +nmake /f win\Makefile.msc install
... ...
run.bat 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +@echo off
  2 +del testprogram.exe
  3 +nmake /f win\Makefile.msc testprogram.exe
  4 +testprogram.exe
  5 +
  6 +
... ...