Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




ShadowFlare [Mon, 14 Mar 2011 11:49:30 +0000 (05:49 -0600)]
.gitignore
linux/SFmpqapi.cbp [new file with mode: 0644]
linux/SFmpqapi.workspace [new file with mode: 0644]

index 9fd747f..df512b6 100644 (file)
@@ -1,5 +1,8 @@
 *Debug/
 *Release/
+.directory
+*.depend
+*.layout
 *.ncb
 *.opt
 *.plg
diff --git a/linux/SFmpqapi.cbp b/linux/SFmpqapi.cbp
new file mode 100644 (file)
index 0000000..3550617
--- /dev/null
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6" />
+       <Project>
+               <Option title="SFmpqapi" />
+               <Option pch_mode="2" />
+               <Option compiler="gcc" />
+               <Build>
+                       <Target title="Debug">
+                               <Option output="bin/Debug/libSFmpqapi" prefix_auto="1" extension_auto="1" />
+                               <Option object_output="obj/Debug/" />
+                               <Option type="3" />
+                               <Option compiler="gcc" />
+                               <Option createDefFile="1" />
+                               <Option createStaticLib="1" />
+                               <Compiler>
+                                       <Add option="-g" />
+                                       <Add option="-D__SYS_ZLIB" />
+                                       <Add option="-D__SYS_BZLIB" />
+                                       <Add directory="./" />
+                               </Compiler>
+                       </Target>
+                       <Target title="Release">
+                               <Option output="bin/Release/libSFmpqapi" prefix_auto="1" extension_auto="1" />
+                               <Option object_output="obj/Release/" />
+                               <Option type="3" />
+                               <Option compiler="gcc" />
+                               <Option createDefFile="1" />
+                               <Option createStaticLib="1" />
+                               <Compiler>
+                                       <Add option="-O2" />
+                                       <Add option="-D__SYS_ZLIB" />
+                                       <Add option="-D__SYS_BZLIB" />
+                                       <Add directory="./" />
+                               </Compiler>
+                               <Linker>
+                                       <Add option="-s" />
+                               </Linker>
+                       </Target>
+               </Build>
+               <Compiler>
+                       <Add option="-Wall" />
+               </Compiler>
+               <Unit filename="../../SComp/SComp.cpp" />
+               <Unit filename="../../SComp/SComp.h" />
+               <Unit filename="../../SComp/SErr.cpp" />
+               <Unit filename="../../SComp/SErr.h" />
+               <Unit filename="../../SComp/SMem.cpp" />
+               <Unit filename="../../SComp/SMem.h" />
+               <Unit filename="../../SComp/crc32.c">
+                       <Option compilerVar="CC" />
+               </Unit>
+               <Unit filename="../../SComp/explode.c">
+                       <Option compilerVar="CC" />
+               </Unit>
+               <Unit filename="../../SComp/huffman.cpp" />
+               <Unit filename="../../SComp/huffman.h" />
+               <Unit filename="../../SComp/implode.c">
+                       <Option compilerVar="CC" />
+               </Unit>
+               <Unit filename="../../SComp/pklib.h" />
+               <Unit filename="../../SComp/wave.cpp" />
+               <Unit filename="../../SComp/wave.h" />
+               <Unit filename="../../SComp/wintypes.h" />
+               <Unit filename="../MpqBlockTable.cpp" />
+               <Unit filename="../MpqBlockTable.h" />
+               <Unit filename="../MpqCrypt.cpp" />
+               <Unit filename="../MpqCrypt.h" />
+               <Unit filename="../MpqHashTable.cpp" />
+               <Unit filename="../MpqHashTable.h" />
+               <Unit filename="../SFTypes.h" />
+               <Unit filename="../SFUtil.cpp" />
+               <Unit filename="../SFUtil.h" />
+               <Unit filename="../SFmpqapi.cpp" />
+               <Unit filename="../SFmpqapi.h" />
+               <Unit filename="windows.cpp" />
+               <Unit filename="windows.h" />
+               <Extensions>
+                       <code_completion />
+                       <debugger />
+                       <envvars />
+               </Extensions>
+       </Project>
+</CodeBlocks_project_file>
diff --git a/linux/SFmpqapi.workspace b/linux/SFmpqapi.workspace
new file mode 100644 (file)
index 0000000..b231451
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_workspace_file>
+       <Workspace title="Workspace">
+               <Project filename="SFmpqapi.cbp" active="1" />
+       </Workspace>
+</CodeBlocks_workspace_file>