summaryrefslogtreecommitdiff
path: root/Xenogears
diff options
context:
space:
mode:
Diffstat (limited to 'Xenogears')
-rw-r--r--Xenogears/main_dump.cpp3
-rw-r--r--Xenogears/nmakefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/Xenogears/main_dump.cpp b/Xenogears/main_dump.cpp
index c39a9fe..65b7466 100644
--- a/Xenogears/main_dump.cpp
+++ b/Xenogears/main_dump.cpp
@@ -27,7 +27,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <unistd.h>
#include "cdutils.h"
#include "generic.h"
#include "Input.h"
@@ -113,7 +112,7 @@ virtual int startup() throw (GeneralException)
printm(M_STATUS, "Entering files read sequence\n");
read_files();
- exit(0);
+ return 0;
}
/*
diff --git a/Xenogears/nmakefile b/Xenogears/nmakefile
index 3e3f4ad..2f62663 100644
--- a/Xenogears/nmakefile
+++ b/Xenogears/nmakefile
@@ -1,11 +1,11 @@
_CCFLAGS = /I ..\includes /I ..\generic\include /I ..\..\zlib
-_LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" ..\..\zlib\zlibdll.lib ..\..\zlib\zlibstat.lib
+_LIBS = "..\MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "..\MSVC\PSX-Bundle - library\Debug\PSX-Bundle - library.lib" ..\..\zlib\zlibdll.lib ..\..\zlib\zlibstat.lib
!include $(COMMONTOOLSPATH)\master.mak
#------------------------------------------------------------------
-TARGETS = decrypt.exe
+TARGETS = decrypt.exe main_dump.exe
all : $(TARGETS)