diff options
author | pixel <pixel> | 2003-09-05 23:50:16 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-09-05 23:50:16 +0000 |
commit | 44adf768555ecd211f90cbf4d87b44ba42044d86 (patch) | |
tree | 662018d76d3f2f19ed58ea8e94c54445fc2a47e4 /nmakefile | |
parent | 7ff77f49e9577ff5b63d7f2e2ce7651257bf1d63 (diff) |
Continuing toying
Diffstat (limited to 'nmakefile')
-rw-r--r-- | nmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ _LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle #------------------------------------------------------------------
-TARGETS = bgrep.exe lzss-main.exe cd-tool.exe crypto-search.exe
-SUBDIRS = Xenogears
+TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe
+SUBDIRS = Xenogears PE
all : $(TARGETS)
for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i all
|