diff options
author | pixel <pixel> | 2003-09-05 23:12:26 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 23:12:26 +0000 |
commit | 23e2f62a8cc7b92826307fda62676b01d54bf9de (patch) | |
tree | b9f38ad831ec0ef7adbe8bba123b61176d2d762f /Xenogears/nmakefile | |
parent | 343acb603be88ce4e9ac75de1d5ff64c086dfd77 (diff) |
Still some more VC7++ port...
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 9feae9e..9bad2fa 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
+TARGETS = decrypt.exe main_dump.exe script-dec.exe script-comp.exe compil.exe reinsert.exe
all : $(TARGETS)
|