mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Rename Microsoft decompile directory to XDK
Felt more appropriate to name it after the library it's implementing than the vendor.
This commit is contained in:
parent
6ac4cdc5ed
commit
b40e9a0c56
7 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
all: src/Jet2.obj
|
||||
all: src/JSRF/Jet2.obj
|
||||
|
||||
# Simple inference rule for producing object files
|
||||
.SUFFIXES: .cpp .obj
|
||||
|
|
@ -6,5 +6,5 @@ all: src/Jet2.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
|
||||
src/JSRF/Jet2.obj: src/JSRF/Core.hpp src/XDK/D3D.hpp src/XDK/Win32.hpp\
|
||||
src/Std.hpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue