mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Add delink POSIX script
Also reworked the directory structure a little.
This commit is contained in:
parent
7e1785e466
commit
fe20d64d27
14 changed files with 81 additions and 14 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
all: src/Jet2.obj
|
||||
|
||||
# Simple inference rule for producing object files
|
||||
.SUFFIXES: .cpp .obj
|
||||
.cpp.obj:
|
||||
CL.EXE /nologo /Wall /TP /W3 /O2 /G6 /MT /GX /Fo$@ /c $<
|
||||
|
||||
# Header files used for each object
|
||||
src/Jet2.obj: src/Core.hpp src/D3D.hpp src/MMatrix.hpp src/Std.hpp\
|
||||
src/Win32.hpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue