X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=9eb15153f732fd18eeb08be0b0d3d5f36addc747;hb=214a070238552de6167bbf506cbc23006969a182;hp=442fc10504da393ad3e3d21a82c07e19e1ceec14;hpb=d3c8a942b99443abf0c11d9759994022ed6da597;p=oftp diff --git a/Makefile b/Makefile index 442fc10..9eb1515 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ obj = main.obj tgfx.obj tui.obj tui_list.obj darray.obj util.obj input.obj ftp.o bin = oftp.exe !ifdef __UNIX__ -incpath = -Isrc -Isrc/dos -I$(WATT_ROOT)/inc -libs = library $(WATT_ROOT)/lib/wattcpwf.lib +incpath = -Isrc -Isrc/dos -Ilibs/watt32 +libs = library libs/watt32/wattcpwf.lib !else -incpath = -Isrc -Isrc\dos -I$(%WATT_ROOT)\inc -libs = library $(%WATT_ROOT)\lib\wattcpwf.lib +incpath = -Isrc -Isrc\dos -Ilibs\watt32 +libs = library libs\watt32\wattcpwf.lib !endif #opt = -otexan