瀏覽代碼

Merge pull request #12 from Nielsbishere/fix_windows

Add src/paq.bat for Windows
dumblob 5 年之前
父節點
當前提交
a3f40348d5
共有 3 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      Readme.md
  2. 0 0
      src/Readme.md
  3. 1 0
      src/paq.bat

+ 1 - 1
Readme.md

@@ -122,7 +122,7 @@ Big thank you to Omar Cornut (ocornut@github) for his [imgui](https://github.com
 giving me the inspiration for this library, Casey Muratori for handmade hero
 and his original immediate mode graphical user interface idea and Sean
 Barrett for his amazing single header [libraries](https://github.com/nothings/stb) which restored my faith
-in libraries and brought me to create some of my own. Finally Apoorva Joshi for his singe-header [file packer](http://apoorvaj.io/single-header-packer.html).
+in libraries and brought me to create some of my own. Finally Apoorva Joshi for his single-header [file packer](http://apoorvaj.io/single-header-packer.html).
 
 ## License
 ```

File diff suppressed because it is too large
+ 0 - 0
src/Readme.md


+ 1 - 0
src/paq.bat

@@ -0,0 +1 @@
+build.py --macro NK --intro HEADER --pub nuklear.h --priv nuklear_internal.h,nuklear_math.c,nuklear_util.c,nuklear_color.c,nuklear_utf8.c,nuklear_buffer.c,nuklear_string.c,nuklear_draw.c,nuklear_vertex.c,nuklear_font.c,nuklear_input.c,nuklear_style.c,nuklear_context.c,nuklear_pool.c,nuklear_page_element.c,nuklear_table.c,nuklear_panel.c,nuklear_window.c,nuklear_popup.c,nuklear_contextual.c,nuklear_menu.c,nuklear_layout.c,nuklear_tree.c,nuklear_group.c,nuklear_list_view.c,nuklear_widget.c,nuklear_text.c,nuklear_image.c,nuklear_button.c,nuklear_toggle.c,nuklear_selectable.c,nuklear_slider.c,nuklear_progress.c,nuklear_scrollbar.c,nuklear_text_editor.c,nuklear_edit.c,nuklear_property.c,nuklear_chart.c,nuklear_color_picker.c,nuklear_combo.c,nuklear_tooltip.c --outro LICENSE,CHANGELOG,CREDITS > ..\nuklear.h

Some files were not shown because too many files changed in this diff