From: sparky4 Date: Thu, 5 Jan 2017 14:33:12 +0000 (-0600) Subject: makefile fixed from ym mistake from yesterday X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=6752c580f5d968c5292b2f09e25a7e9f2d21a8e6 makefile fixed from ym mistake from yesterday --- diff --git a/db.exe b/db.exe index 457a9fa1..af80cac8 100755 Binary files a/db.exe and b/db.exe differ diff --git a/makefile b/makefile index d2fa87c0..748be721 100755 --- a/makefile +++ b/makefile @@ -402,7 +402,6 @@ mkdl: .symbolic cldl: .symbolic @cd $(DOSLIB:$(to_os_path)) @$(DOSLIBMAKEALL) $(DOSLIB_MEMMODE) clean - @if exist ext/readme $(REMOVECOMMAND) -rf ext/readme @cd $(BUILD_ROOT) uplibs: .symbolic @@ -426,8 +425,7 @@ initlibs: .symbolic @$(COPYCOMMAND) git_con.fig .git/config @$(COPYCOMMAND) git_modu.les .gitmodules @$(COPYCOMMAND) git_igno.re .gitignore - @wmake -h cldl - @wmake -h jmdl + @wmake -h getlib @cd 16 @git clone https://github.com/FlatRockSoft/CatacombApocalypse.git @git clone https://github.com/id-Software/wolf3d.git @@ -436,13 +434,9 @@ initlibs: .symbolic @cd $(BUILD_ROOT) @$(COPYCOMMAND) $(DOSLIB)/make-lowercase . -dlcl: .symbolic +getlib: .symbolic @cd $(SRCLIB:$(to_os_path)) @git clone https://github.com/joncampbell123/doslib.git - @cd $(BUILD_ROOT) - -jmcl: .symbolic - @cd $(SRCLIB:$(to_os_path)) @git clone https://github.com/zserge/jsmn.git @cd $(BUILD_ROOT) diff --git a/wcpu.exe b/wcpu.exe index 16956bbf..cdc348c1 100755 Binary files a/wcpu.exe and b/wcpu.exe differ