First commit

This commit is contained in:
Yorick Barbanneau 2016-04-05 16:52:05 +02:00
commit ef4ee4c38a
11 changed files with 496 additions and 0 deletions

12
make.cmd Normal file
View file

@ -0,0 +1,12 @@
@echo off
REM Make.cmd
REM --------
REM Helpdesk.exe build script for PernonnalHelpdesk
cd /d "%~dp0"
echo .
echo Launch build powershell script ...
powershell -ExecutionPolicy Bypass "%~dp0buildscript.ps1"
REM Exemple of build script with personnal parameters
REM powershell -ExecutionPolicy Bypass "%~dp0buildscript.ps1" -appconf ".\personnal_conf\app.conf.ps1" -hotliners ".\personnal_conf\hotliners.conf.ps1"
PAUSE