Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing last traces of windows codebase from this branch
  • Loading branch information
TacoSteemers committed Apr 13, 2013
1 parent ed91e8f commit 7b971ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
44 changes: 0 additions & 44 deletions code/logging.h

This file was deleted.

7 changes: 0 additions & 7 deletions tools/Makefile
Expand Up @@ -4,10 +4,3 @@ all:
clean:
rm -f ../bin/usbstoragebackup
rm -f ../bin/uslist

allWin:
gcc -Wall -g -O0 -o ../bin/usbstoragebackup.exe ../code/daemonWindows.c ../code/processArguments.c ../code/bookKeeping.c ../code/util.c ../code/backup.c ../code/loggingWindows.c ../code/detectionWindows.c ../code/windowsAlternatives.c
gcc -Wall -g -O0 -o ../bin/uslist.exe ../code/uslist.c ../code/detection.c ../code/util.c ../code/loggingWindows.c
cleanWin:
del ../bin/usbstoragebackup.exe
del ../bin/uslist.exe

0 comments on commit 7b971ec

Please sign in to comment.