summaryrefslogtreecommitdiff
path: root/PE
diff options
context:
space:
mode:
Diffstat (limited to 'PE')
-rw-r--r--PE/nmakefile2
-rw-r--r--PE/pepatch.cpp7
2 files changed, 8 insertions, 1 deletions
diff --git a/PE/nmakefile b/PE/nmakefile
index bafe2fe..158bcf9 100644
--- a/PE/nmakefile
+++ b/PE/nmakefile
@@ -9,7 +9,7 @@ _LIBS = "..\MSVC\Baltisot - generic\Release\Baltisot - generic.lib" "..\MSVC\PSX
#------------------------------------------------------------------
-TARGETS = reinsert.res extract.exe extract-rooms.exe extract-various.exe reinsert.exe compil.c compil.exe compilall.exe
+TARGETS = reinsert.res pepatch.res extract.exe extract-rooms.exe extract-various.exe reinsert.exe compil.c compil.exe compilall.exe pepatch.exe
all : $(TARGETS)
diff --git a/PE/pepatch.cpp b/PE/pepatch.cpp
index e69de29..be67faf 100644
--- a/PE/pepatch.cpp
+++ b/PE/pepatch.cpp
@@ -0,0 +1,7 @@
+#include <Main.h>
+
+CODE_BEGINS
+virtual int startup() throw (GeneralException) {
+ return 0;
+}
+CODE_ENDS