Added: project layout
This commit is contained in:
commit
b0e1fadb3d
|
@ -0,0 +1 @@
|
||||||
|
build/
|
|
@ -0,0 +1,11 @@
|
||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
pushd "%~dp0"
|
||||||
|
|
||||||
|
if not exist ".\build" mkdir ".\build"
|
||||||
|
|
||||||
|
pushd .\build
|
||||||
|
|
||||||
|
cl /Zi ..\src\main.c /Feapp.exe /Od /nologo
|
||||||
|
|
||||||
|
popd .\build
|
|
@ -0,0 +1,3 @@
|
||||||
|
21-04-2024 René Huiberts <rhuibertsjr@gmail.com>
|
||||||
|
|
||||||
|
Added: project layout
|
|
@ -0,0 +1,5 @@
|
||||||
|
int
|
||||||
|
main(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user