0.exe &
exmmtest.exe &
vgmtest.exe &
- zcroll.exe &
+ xcroll.exe &
inputest.exe &
vrstest.exe &
maptest.exe
+#zcroll.exe &
TESTEXEC2 = &
pcxtest.exe &
scroll.exe &
#
scroll.exe: scroll.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
scroll.$(OBJ): $(SRC)/scroll.c
+xcroll.exe: xcroll.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
+xcroll.$(OBJ): $(SRC)/xcroll.c
zcroll.exe: zcroll.$(OBJ) $(16LIB) gfx.lib $(DOSLIB)
zcroll.$(OBJ): $(SRC)/zcroll.c
tesuto.exe: tesuto.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB)
#other~
#
clean: .symbolic
- @if not exist $(DOSLIBDIR)/buildall.sh wmake -h initlibs
- @wmake -h initscript
+ @if not exist $(DOSLIBDIR)/buildall.sh wmake -s -h initlibs
+ @wmake -s -h initscript
@for %f in ($(ALLEXEC)) do @if exist %f $(REMOVECOMMAND) %f
!ifdef __LINUX__
@if exist *.LIB $(REMOVECOMMAND) *.LIB
@if exist *.EXE $(REMOVECOMMAND) *.EXE
@if exist *.OBJ $(REMOVECOMMAND) *.OBJ
#@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f
- @if not exist vrl2vrs wmake -h pcx2vrl
+ @if not exist vrl2vrs wmake -s -h pcx2vrl
!else
@if exist *.o $(REMOVECOMMAND) *.o
!endif
@for %f in ($(EXEC)) do @if exist %f @$(COPYCOMMAND) %f /var/www/
@./src/util/z.sh $(EXEC) $(EXEC)
@./src/util/z2.sh data.zip data
- @wmake -h wwwext
+ @wmake -s -h wwwext
wwwext: .symbolic
- @wmake -h wwwext1
- @wmake -h wwwext2
+ @wmake -s -h wwwext1
+ @wmake -s -h wwwext2
wwwext1: .symbolic
####----@ssh -p $(HOSTPORT) $(HOSTUSER)@$(HOSTADDR) 'rm -f $(HOSTDIR)/16/*exe*'
@$(REMOVECOMMAND) -rf 16/wolf3d
@$(REMOVECOMMAND) -rf 16/keen
@$(REMOVECOMMAND) -rf 16/Catacomb3D
- @wmake -h initlibs
+ @wmake -s -h initlibs
initlibs: .symbolic
- @wmake -h initconfig
- @wmake -h getlib
+ @wmake -s -h initconfig
+ @wmake -s -h getlib
@cd 16
@git clone https://github.com/FlatRockSoft/CatacombApocalypse.git
@git clone https://github.com/id-Software/wolf3d.git
##
xlib: .symbolic
@cd 16$(DIRSEP)xlib
- @wmake -h clean
- @wmake -h all
+ @wmake -s -h clean
+ @wmake -s -h all
@cd $(BUILD_ROOT)
mx: .symbolic
@cd 16$(DIRSEP)xw
# @wmake clean
- @wmake -h all
+ @wmake -s -h all
@cd $(BUILD_ROOT)
mx_: .symbolic
@cd 16$(DIRSEP)xw_
- @wmake -h -f makefile all
+ @wmake -s -h -f makefile all
@cd $(BUILD_ROOT)
!ifdef __LINUX__
main(int argc, char *argv[])\r
{\r
static global_game_variables_t gvar;\r
- Startup16(&gvar);\r
+ Startup16(&gvar);//initgame equ\r
\r
/* save the palette */\r
modexPalSave(gvar.video.dpal);\r
modexFadeOn(4, gvar.video.dpal);\r
// InitGame ();//to be defined in 16_tail\r
\r
-// DemoLoop();//to be defined in 16_tail\r
+//++++ DemoLoop();//to be defined in 16_tail\r
\r
-// Quit("Demo loop exited???");\r
+//++++ Quit("Demo loop exited???");\r
\r
}\r