JSRF-Decompilation/decompile/Makefile
KeybadeBlox f65876135d Remove redundant compilation flag
The flag in question was already the default setting.
2025-12-31 23:02:58 -05:00

10 lines
300 B
Makefile

all: src/JSRF/Jet2.obj
# Simple inference rule for producing object files
.SUFFIXES: .cpp .obj
.cpp.obj:
CL.EXE /nologo /Wall /TP /W3 /O2 /MT /GX /Fo$@ /c $<
# Header files used for each object
src/JSRF/Jet2.obj: src/JSRF/Core.hpp src/XDK/D3D.hpp src/XDK/Win32.hpp\
src/Std.hpp