forked from stahta01/cb_projects_for_wxWidgets
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the 4 missing cbp files and put them to the workspace
- Loading branch information
1 parent
f62715f
commit 76ae339
Showing
5 changed files
with
132 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="archive" /> | ||
<Option execution_dir="./" /> | ||
<Option pch_mode="2" /> | ||
<Option default_target="win_gcc" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="win_gcc"> | ||
<Option output="bin/$(TARGET_NAME)/$(PROJECT_NAME)" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output=".objs/$(TARGET_NAME)" /> | ||
<Option type="0" /> | ||
<Option compiler="gcc" /> | ||
<Option projectLinkerOptionsRelation="2" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
<Add option="`$(#WX_CONFIG) --cflags`" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="`$(#WX_CONFIG) --libs base,core`" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<VirtualTargets> | ||
<Add alias="All" targets="win_gcc;" /> | ||
</VirtualTargets> | ||
<Unit filename="archive.cpp" /> | ||
<Extensions /> | ||
</Project> | ||
</CodeBlocks_project_file> |
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,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="secretstore" /> | ||
<Option execution_dir="./" /> | ||
<Option pch_mode="2" /> | ||
<Option default_target="win_gcc" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="win_gcc"> | ||
<Option output="bin/$(TARGET_NAME)/$(PROJECT_NAME)" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output=".objs/$(TARGET_NAME)" /> | ||
<Option type="0" /> | ||
<Option compiler="gcc" /> | ||
<Option projectLinkerOptionsRelation="2" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
<Add option="`$(#WX_CONFIG) --cflags`" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="`$(#WX_CONFIG) --libs base,core`" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<VirtualTargets> | ||
<Add alias="All" targets="win_gcc;" /> | ||
</VirtualTargets> | ||
<Unit filename="secretstore.cpp" /> | ||
<Extensions /> | ||
</Project> | ||
</CodeBlocks_project_file> |
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,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="taskbarbutton" /> | ||
<Option execution_dir="./" /> | ||
<Option pch_mode="2" /> | ||
<Option default_target="win_gcc" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="win_gcc"> | ||
<Option output="bin/$(TARGET_NAME)/$(PROJECT_NAME)" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output=".objs/$(TARGET_NAME)" /> | ||
<Option type="0" /> | ||
<Option compiler="gcc" /> | ||
<Option projectLinkerOptionsRelation="2" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
<Add option="`$(#WX_CONFIG) --cflags`" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="`$(#WX_CONFIG) --libs base,core`" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<VirtualTargets> | ||
<Add alias="All" targets="win_gcc;" /> | ||
</VirtualTargets> | ||
<Unit filename="taskbarbutton.cpp" /> | ||
<Extensions /> | ||
</Project> | ||
</CodeBlocks_project_file> |
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,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="webrequest" /> | ||
<Option execution_dir="./" /> | ||
<Option pch_mode="2" /> | ||
<Option default_target="win_gcc" /> | ||
<Option compiler="gcc" /> | ||
<Build> | ||
<Target title="win_gcc"> | ||
<Option output="bin/$(TARGET_NAME)/$(PROJECT_NAME)" prefix_auto="1" extension_auto="1" /> | ||
<Option object_output=".objs/$(TARGET_NAME)" /> | ||
<Option type="0" /> | ||
<Option compiler="gcc" /> | ||
<Option projectLinkerOptionsRelation="2" /> | ||
<Compiler> | ||
<Add option="-g" /> | ||
<Add option="`$(#WX_CONFIG) --cflags`" /> | ||
</Compiler> | ||
<Linker> | ||
<Add option="`$(#WX_CONFIG) --libs base,core,net`" /> | ||
</Linker> | ||
</Target> | ||
</Build> | ||
<VirtualTargets> | ||
<Add alias="All" targets="win_gcc;" /> | ||
</VirtualTargets> | ||
<Unit filename="webrequest.cpp" /> | ||
<Extensions /> | ||
</Project> | ||
</CodeBlocks_project_file> |