]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/Makefile
merge linux and windows clients into one directory... will consolidate makefiles...
[proxmark3-svn] / winsrc / Makefile
diff --git a/winsrc/Makefile b/winsrc/Makefile
deleted file mode 100644 (file)
index 1c8287f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-CC=cl\r
-BASE_DIR    ?= "..\..\devkitWIN"\r
-BASE_DEFS   = /D_WIN32_WINNT=0x501 /DISOLATION_AWARE_ENABLED /D_WIN32_IE=0x600 /DWIN32_LEAN_AND_MEAN /DWIN32 /D_MT /D_CRT_SECURE_NO_WARNINGS\r
-BASE_CFLAGS = /W3 /nologo /Zi /MT /Fdobj/vc90.pdb\r
-LIB         = $(BASE_DIR)\lib\r
-\r
-DEFINES  = $(BASE_DEFS)\r
-INCLUDES = /I$(BASE_DIR)\include\r
-CFLAGS   = $(BASE_CFLAGS) $(INCLUDES)\r
-\r
-OBJDIR = obj\r
-\r
-OBJS   = $(OBJDIR)\prox.obj \\r
-         $(OBJDIR)\gui.obj \\r
-         $(OBJDIR)\command.obj\r
-\r
-LIBS   = $(LIB)\user32.lib $(LIB)\gdi32.lib $(LIB)\setupapi.lib $(LIB)\libcmt.lib $(LIB)\oldnames.lib $(LIB)\kernel32.lib\r
-\r
-all: proxmark3\r
-\r
-proxmark3:\r
-       $(CC) $(CFLAGS) $(DEFINES) -c -Foobj/prox.obj prox.cpp\r
-       $(CC) $(CFLAGS) $(DEFINES) -c -Foobj/gui.obj gui.cpp\r
-       $(CC) $(CFLAGS) $(DEFINES) -c -Foobj/command.obj command.cpp\r
-       $(CC) $(CFLAGS) $(DEFINES) -Fe$(OBJDIR)/prox.exe $(OBJS) $(LIBS)\r
-       copy obj\prox.exe .\r
-\r
-clean:\r
-       del /q obj\*.obj\r
-       del /q obj\*.ilk\r
-       del /q obj\*.exe\r
-       del /q obj\*.pdb\r
-       del prox.exe
\ No newline at end of file
Impressum, Datenschutz