diff options
Diffstat (limited to 'Xenogears/nmakefile')
-rw-r--r-- | Xenogears/nmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xenogears/nmakefile b/Xenogears/nmakefile index 8d25cf2..cc1b19c 100644 --- a/Xenogears/nmakefile +++ b/Xenogears/nmakefile @@ -5,7 +5,7 @@ _LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "..\MSVC\PSX-B #------------------------------------------------------------------
-TARGETS = decrypt.exe main_dump.exe script-dec.exe script-comp.exe compil.exe reinsert.exe
+TARGETS = decrypt.exe main_dump.exe script-dec.exe script-comp.exe compil.c compil.exe reinsert.exe
all : $(TARGETS)
|