-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added rdp_get_status to get status of RDP
- Loading branch information
Showing
14 changed files
with
85 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CXXFLAGS += -Wall -I../include | ||
LDFLAGS += -lcrypto | ||
LIBS += ../src/libcage | ||
|
||
|
||
.PHONY: clean example1 example2 example3 example4 example5 caged | ||
|
||
example1: $(CXXProgram example1, example1) | ||
example2: $(CXXProgram example2, example2) | ||
example2: $(CXXProgram example3, example3) | ||
example4: $(CXXProgram example4, example4) | ||
example4: $(CXXProgram example5, example5) | ||
|
||
caged: $(CXXProgram caged, caged) | ||
|
||
clean: | ||
rm -f *~ *.o | ||
rm -f example1 example2 example3 example4 example5 caged | ||
|
||
.DEFAULT: example1 example2 example3 example4 example5 caged |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters